How to export data from matlab to excel
1,239 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
7 Comments
Bheki Ngobe
on 22 Jan 2016
I tried xlswrite, but each character is printed in its own cell, it does not print it to a single cell iin xlsx.
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!