How to save output (Matrix) in excel files?

14 次查看(过去 30 天)
I am doing some operation on matrix and want to save my final matrix in excel file. what command shound i use.
Thank you!!

回答(1 个)

Arif Hoq
Arif Hoq 2022-3-15
编辑:Arif Hoq 2022-3-15
M: your Matrix
X=your excel file name
writematrix(M,'X.xls')
  4 个评论
gourav pandey
gourav pandey 2022-3-24
its, not working. matrix suppose to b of size 10x8 and im getting more than this...its look like, values are not at where it suppose to be.
do you have any idea? why this is happening
Arif Hoq
Arif Hoq 2022-3-24
can you please attach your data and code ?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by