save a matrix to excel
古いコメントを表示
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 件のコメント
Tauqeer Ahmad
2024 年 2 月 12 日
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')
回答 (1 件)
Azzi Abdelmalek
2016 年 8 月 15 日
xlswrite('filename.xlsx',yourmatrix)
5 件のコメント
Fateme Jalali
2016 年 8 月 15 日
Azzi Abdelmalek
2016 年 8 月 15 日
編集済み: Azzi Abdelmalek
2016 年 8 月 15 日
Then, you have to tell us what kind of matrix you are using, and post your code
Jyotiranjan Sahoo
2018 年 12 月 3 日
Thanks Azzi.
Arno RICOU
2019 年 5 月 24 日
Thanks Azzi, really helpful !
Min Wang
2020 年 9 月 4 日
thanks
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!