save a matrix to excel
365 次查看(过去 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!