save a matrix to excel
291 views (last 30 days)
Show older comments
hello,I have matrix of numbers. size of the matrix is 360*200. I want to know how I can save this matrix in an excel file.thanks
1 Comment
Tauqeer Ahmad
on 12 Feb 2024
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')
Answers (1)
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!