save a matrix to excel
Afficher commentaires plus anciens
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 commentaire
Tauqeer Ahmad
le 12 Fév 2024
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')
Réponses (1)
Azzi Abdelmalek
le 15 Août 2016
xlswrite('filename.xlsx',yourmatrix)
5 commentaires
Fateme Jalali
le 15 Août 2016
Azzi Abdelmalek
le 15 Août 2016
Modifié(e) : Azzi Abdelmalek
le 15 Août 2016
Then, you have to tell us what kind of matrix you are using, and post your code
Jyotiranjan Sahoo
le 3 Déc 2018
Thanks Azzi.
Arno RICOU
le 24 Mai 2019
Thanks Azzi, really helpful !
Min Wang
le 4 Sep 2020
thanks
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!