How to save the output file in a variable?
2 views (last 30 days)
Show older comments
Hello, I wanted to ask about how you could save an output file that I saved in the current directory and then use it in the same program . For example, the following command extracts me a .wav file that is stored in the current directory:
system ( " sudo youtube- dl -x --audio -format wav --id https://www.youtube.com/watch?v=e4d0LOuP4Uw ');
And I want to use this .wav file later to change the sample rate and other things. How you could call or save that file ?
0 Comments
Answers (0)
See Also
Categories
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!