MAC reading .number into table format
Ältere Kommentare anzeigen
Hi, MAC system do not have .xls excel format, but .number format. How to read the .number file into Matlab table?
Thanks
John
1 Kommentar
Alex Krause
am 14 Sep. 2020
bump.
Antworten (1)
Cris LaPierre
am 7 Jan. 2021
Bearbeitet: Cris LaPierre
am 7 Jan. 2021
0 Stimmen
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.
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!