How to export data from matlab to excel
143 次查看(过去 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.
0 个评论
采纳的回答
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
2022-12-26
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
2022-12-28
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!