How to save output (Matrix) in excel files?
Mostra commenti meno recenti
I am doing some operation on matrix and want to save my final matrix in excel file. what command shound i use.
Thank you!!
Risposte (1)
M: your Matrix
X=your excel file name
writematrix(M,'X.xls')
4 Commenti
Arif Hoq
il 15 Mar 2022
you can use writetable function also
writetable(T,'myTable.txt')
gourav pandey
il 24 Mar 2022
Arif Hoq
il 24 Mar 2022
can you please attach your data and code ?
Categorie
Scopri di più su Data Import from MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!