How to save output (Matrix) in excel files?
Show older comments
I am doing some operation on matrix and want to save my final matrix in excel file. what command shound i use.
Thank you!!
Answers (1)
M: your Matrix
X=your excel file name
writematrix(M,'X.xls')
4 Comments
Arif Hoq
on 15 Mar 2022
you can use writetable function also
writetable(T,'myTable.txt')
gourav pandey
on 24 Mar 2022
Arif Hoq
on 24 Mar 2022
can you please attach your data and code ?
Categories
Find more on Data Import from MATLAB 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!