Saving a file in a particular folder with wavwrite?

2 次查看(过去 30 天)
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!

采纳的回答

Stephen23
Stephen23 2016-7-7
编辑:Stephen23 2016-7-7
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by