フィルターのクリア

Saving a file created (.wav , txt ... ) to another folder in the current directory

1 回表示 (過去 30 日間)
Mario Martos
Mario Martos 2016 年 7 月 6 日
回答済み: Star Strider 2016 年 7 月 6 日
Hi, I wanted to ask to see if someone could help me, about how I could save a .wav file for instance created in a specific directory folder , ie is saved in the folder I want. Thanks in advanced!

採用された回答

Star Strider
Star Strider 2016 年 7 月 6 日
There are several ways to build file names that include the directory you want to save your file in. The easiest option is to use the fullfile function to create it. Then use the appropriate function (for instance audiowrite for the .wav file) to save it.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by