How to export a matrix from MATLAB to Excel?
3 views (last 30 days)
Show older comments
Ruben Verkempynck
on 3 May 2011
Commented: Dyuman Joshi
on 14 Oct 2023
Hey everybody,
how can I export matrices from MATLAB to excel? Can I copy a matrix into a text file and than paste this in Excel?
Cheers, Ruben
0 Comments
Accepted Answer
Yoav Livneh
on 3 May 2011
There is a function called xlswrite which does just that.
2 Comments
Dyuman Joshi
on 14 Oct 2023
Another robust option is converting array to a table and using writetable
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!