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!