Anybody know how to import excel file or other (table) using MATLAB MOBILE?
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I don't know how.. please help. Thank you
0 commentaires
Réponses (1)
the cyclist
le 14 Nov 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');
2 commentaires
Communautés
Plus de réponses dans Distance Learning Community
Voir également
Catégories
En savoir plus sur Use COM Objects in MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!