MAC reading .number into table format
이전 댓글 표시
Hi, MAC system do not have .xls excel format, but .number format. How to read the .number file into Matlab table?
Thanks
John
답변 (1개)
Cris LaPierre
2021년 1월 7일
편집: Cris LaPierre
2021년 1월 7일
0 개 추천
MATLAB does not appear to be able to read these files directly. The recommended workaround is to export the file as a *.xlsx or *.csv file, then import using readtable. Other methods for importing the converted file can be found here.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!