Saving a file in a particular folder with wavwrite?

1 view (last 30 days)
Hello,
I wanted to ask about whether you can save a particular file such as a .wav file in a specific folder in the directory , how I can do it using wavwrite ?
Thanks in advanced!

Accepted Answer

Stephen23
Stephen23 on 7 Jul 2016
Edited: Stephen23 on 7 Jul 2016
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!