How to export data from matlab to excel

140 次查看(过去 30 天)
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.

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by