How to export a matrix from MATLAB to Excel?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ruben Verkempynck
el 3 de Mayo de 2011
Comentada: Dyuman Joshi
el 14 de Oct. de 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 comentarios
Respuesta aceptada
Yoav Livneh
el 3 de Mayo de 2011
There is a function called xlswrite which does just that.
2 comentarios
Dyuman Joshi
el 14 de Oct. de 2023
Another robust option is converting array to a table and using writetable
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!