Exporting array
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello guys, I have rather simple question: how can I save a matrix into file i.e. (.mat)?? I have matrix of 16*16 in my code and I want to save it into c:/'FileName'.mat
Cheers
0 Commenti
Risposte (2)
Sean de Wolski
il 28 Giu 2011
save('FileName.mat','yourmatrix')
3 Commenti
Sean de Wolski
il 28 Giu 2011
save(OutputFile,'A')
Note the single quotation. Yes, I hate that subtle fact too.
Vedere anche
Categorie
Scopri di più su Whos in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!