save a matrix to excel
377 ビュー (過去 30 日間)
古いコメントを表示
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 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!