save a matrix to excel

320 次查看(过去 30 天)
Fateme Jalali
Fateme Jalali 2016-8-15
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 个评论
Tauqeer Ahmad
Tauqeer Ahmad 2024-2-12
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')

请先登录,再进行评论。

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2016-8-15
xlswrite('filename.xlsx',yourmatrix)
  5 个评论
Arno RICOU
Arno RICOU 2019-5-24
Thanks Azzi, really helpful !

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by