Clear Filters
Clear Filters

How to export data from matlab to excel

195 views (last 30 days)
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.

Accepted Answer

Azzi Abdelmalek
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
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
Voss on 28 Dec 2022
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!