saving in xls format
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can I save my results in a excel file
0 Commenti
Risposta accettata
Jan
il 14 Mag 2013
It depends on what your "results" are.
You can find the required function by e.g.:
docsearch excel
Then you get more help by:
help xlswrite
doc xlswrite
0 Commenti
Più risposte (1)
Azzi Abdelmalek
il 14 Mag 2013
Modificato: Azzi Abdelmalek
il 14 Mag 2013
A=[1 2;3 4]
xlswrite('file.xls',A)
0 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets 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!