How to export data from matlab to excel
184 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Azzi Abdelmalek
on 3 Jun 2013
Edited: Azzi Abdelmalek
on 3 Jun 2013
Example
A=magic(5)
xlswrite('filename.xls',A)
Look at
doc xlswrite
doc xlsread
9 Comments
Shivam Mishra
on 26 Dec 2022
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
on 28 Dec 2022
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!