Anybody know how to import excel file or other (table) using MATLAB MOBILE?
Mostrar comentarios más antiguos
I don't know how.. please help. Thank you
Respuestas (1)
the cyclist
el 14 de Nov. de 2019
If the Excel file is available in your MATLAB Drive, then you have a variety of options. One simple one is readtable.
tbl = readtable('filename.xls');
Comunidades de usuarios
Más respuestas en Distance Learning Community
Categorías
Más información sobre Data Import from MATLAB 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!