MAC reading .number into table format
Mostrar comentarios más antiguos
Hi, MAC system do not have .xls excel format, but .number format. How to read the .number file into Matlab table?
Thanks
John
1 comentario
Alex Krause
el 14 de Sept. de 2020
bump.
Respuestas (1)
Cris LaPierre
el 7 de En. de 2021
Editada: Cris LaPierre
el 7 de En. de 2021
0 votos
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.
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!