creating .mat file in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
0 件のコメント
回答 (1 件)
Azzi Abdelmalek
2015 年 6 月 24 日
save filename signa1 fs1 signal2 fs2
2 件のコメント
Azzi Abdelmalek
2015 年 6 月 24 日
編集済み: Azzi Abdelmalek
2015 年 6 月 24 日
There are no steps. to save the variables var1, var2 and var3 in the file filename.mat, just write
save filename var1 var2 var3
Read the documentation
doc save
doc load
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!