creating .mat file in matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
0 Kommentare
Antworten (1)
Azzi Abdelmalek
am 24 Jun. 2015
save filename signa1 fs1 signal2 fs2
2 Kommentare
Azzi Abdelmalek
am 24 Jun. 2015
Bearbeitet: Azzi Abdelmalek
am 24 Jun. 2015
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
Siehe auch
Kategorien
Mehr zu Audio and Video Data finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!