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!