Saving a file in a particular folder with wavwrite?

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!

2 件のコメント

Adam
Adam 2016 年 7 月 7 日
What is wavwrite? It doesn't appear to be a toolbox function.

サインインしてコメントする。

 採用された回答

Stephen23
Stephen23 2016 年 7 月 7 日
編集済み: Stephen23 2016 年 7 月 7 日

1 投票

tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by