save a matrix to excel
368 vues (au cours des 30 derniers jours)
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)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!