How to save output (Matrix) in excel files?
이전 댓글 표시
I am doing some operation on matrix and want to save my final matrix in excel file. what command shound i use.
Thank you!!
답변 (1개)
M: your Matrix
X=your excel file name
writematrix(M,'X.xls')
댓글 수: 4
Arif Hoq
2022년 3월 15일
you can use writetable function also
writetable(T,'myTable.txt')
gourav pandey
2022년 3월 24일
Arif Hoq
2022년 3월 24일
can you please attach your data and code ?
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!