creating .mat file in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
0 commentaires
Réponses (1)
Azzi Abdelmalek
le 24 Juin 2015
save filename signa1 fs1 signal2 fs2
2 commentaires
Azzi Abdelmalek
le 24 Juin 2015
Modifié(e) : Azzi Abdelmalek
le 24 Juin 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
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!