How to export data from matlab to excel

338 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 3 Giu 2013
Modificato: Azzi Abdelmalek il 3 Giu 2013
Example
A=magic(5)
xlswrite('filename.xls',A)
Look at
doc xlswrite
doc xlsread
  9 Commenti
Shivam Mishra
Shivam Mishra il 26 Dic 2022
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
Voss il 28 Dic 2022
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.

Accedi per commentare.

Più risposte (0)

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by