Is there any other matlab function equivalent to xlswrite that work on macbook ?
이전 댓글 표시
Hi everybody, Is there any other matlab function equivalent to xlswrite that work on macbook ? I heard about the "xlwrite" function, i did download the java thing but I don't know how to use it.
I get this error : Warning: Could not start Excel server for export. XLSWRITE will attempt to write file in CSV format
Thank you,
Meryem
채택된 답변
추가 답변 (1개)
Walter Roberson
2018년 6월 27일
0 개 추천
We recommend using writetable(), which can work with csv, xls, and xlsx files. You might need to use array2table() to convert your data to table object.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!