Filter löschen
Filter löschen

save a matrix to excel

320 Ansichten (letzte 30 Tage)
Fateme Jalali
Fateme Jalali am 15 Aug. 2016
Kommentiert: Tauqeer Ahmad am 12 Feb. 2024
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 Kommentar
Tauqeer Ahmad
Tauqeer Ahmad am 12 Feb. 2024
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 15 Aug. 2016
xlswrite('filename.xlsx',yourmatrix)
  5 Kommentare
Arno RICOU
Arno RICOU am 24 Mai 2019
Thanks Azzi, really helpful !
Min Wang
Min Wang am 4 Sep. 2020
thanks

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by