MAC reading .number into table format
Mostra commenti meno recenti
Hi, MAC system do not have .xls excel format, but .number format. How to read the .number file into Matlab table?
Thanks
John
1 Commento
Alex Krause
il 14 Set 2020
bump.
Risposte (1)
Cris LaPierre
il 7 Gen 2021
Modificato: Cris LaPierre
il 7 Gen 2021
0 voti
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.
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!