creating .mat file in matlab

1 次查看(过去 30 天)
Steven Chong
Steven Chong 2015-6-24
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2015-6-24
save filename signa1 fs1 signal2 fs2
  2 个评论
Steven Chong
Steven Chong 2015-6-24
What about the steps to create the mat file?
Azzi Abdelmalek
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 CenterFile 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!

Translated by