creating .mat file in matlab

4 visualizzazioni (ultimi 30 giorni)
Steven Chong
Steven Chong il 24 Giu 2015
Modificato: Azzi Abdelmalek il 24 Giu 2015
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 24 Giu 2015
save filename signa1 fs1 signal2 fs2
  2 Commenti
Steven Chong
Steven Chong il 24 Giu 2015
What about the steps to create the mat file?
Azzi Abdelmalek
Azzi Abdelmalek il 24 Giu 2015
Modificato: Azzi Abdelmalek il 24 Giu 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

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by