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
Tauqeer Ahmad 2024년 2월 12일
latest command is writematrix
writematrix(matix-to-be-saved,'path-to-file.xlsx')

댓글을 달려면 로그인하십시오.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 15일

21 개 추천

xlswrite('filename.xlsx',yourmatrix)

댓글 수: 5

Fateme Jalali
Fateme Jalali 2016년 8월 15일
thank you. when I use xlswrite('filename.xlsx',yourmatrix);this error happens:Struct contents reference from a non-struct array object.
Azzi Abdelmalek
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
Jyotiranjan Sahoo 2018년 12월 3일
Thanks Azzi.
Arno RICOU
Arno RICOU 2019년 5월 24일
Thanks Azzi, really helpful !
Min Wang
Min Wang 2020년 9월 4일
thanks

댓글을 달려면 로그인하십시오.

카테고리

질문:

2016년 8월 15일

댓글:

2024년 2월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by