How to export data from matlab to excel
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lidank Abiel
el 3 de Jun. de 2013
Comentada: Voss
el 28 de Dic. de 2022
Hi all. I want to display/export data from matlab to excel, but i dont know how to make it. Can someone help me ? thanks before.
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 3 de Jun. de 2013
Editada: Azzi Abdelmalek
el 3 de Jun. de 2013
Example
A=magic(5)
xlswrite('filename.xls',A)
Look at
doc xlswrite
doc xlsread
9 comentarios
Shivam Mishra
el 26 de Dic. de 2022
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
el 28 de Dic. de 2022
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!