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
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.

카테고리

제품

릴리스

R2020a

질문:

2020년 6월 8일

편집:

2021년 1월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by