How to export data from matlab to excel
143 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lidank Abiel
am 3 Jun. 2013
Kommentiert: Voss
am 28 Dez. 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 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 3 Jun. 2013
Bearbeitet: Azzi Abdelmalek
am 3 Jun. 2013
Example
A=magic(5)
xlswrite('filename.xls',A)
Look at
doc xlswrite
doc xlsread
9 Kommentare
Shivam Mishra
am 26 Dez. 2022
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
am 28 Dez. 2022
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!