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!