How to export a matrix from MATLAB to Excel?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hey everybody,
how can I export matrices from MATLAB to excel? Can I copy a matrix into a text file and than paste this in Excel?
Cheers, Ruben
댓글 수: 0
채택된 답변
Yoav Livneh
2011년 5월 3일
There is a function called xlswrite which does just that.
댓글 수: 2
Dyuman Joshi
2023년 10월 14일
Another robust option is converting array to a table and using writetable
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!