excel worksheet in matlab
Mostrar comentarios más antiguos
How do I read a Microsoft Excel worksheet into MATLAB as a table? I know how to read it as csv by
Table=readtable('filename.csv')
but I want to read as xls
Respuestas (1)
Ameer Hamza
el 25 de Oct. de 2020
0 votos
1 comentario
dpb
el 25 de Oct. de 2020
And if the Excel file is complex, better results will usually be had by using detectImportOptions first; simple files are generally brought in as desired.
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!