How to export a matrix from MATLAB to Excel?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ruben Verkempynck
il 3 Mag 2011
Commentato: Dyuman Joshi
il 14 Ott 2023
Hey everybody,
how can I export matrices from MATLAB to excel? Can I copy a matrix into a text file and than paste this in Excel?
Cheers, Ruben
0 Commenti
Risposta accettata
Yoav Livneh
il 3 Mag 2011
There is a function called xlswrite which does just that.
2 Commenti
Dyuman Joshi
il 14 Ott 2023
Another robust option is converting array to a table and using writetable
Più risposte (0)
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!