Anybody know how to import excel file or other (table) using MATLAB MOBILE?
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I don't know how.. please help. Thank you
0 Kommentare
Antworten (1)
the cyclist
am 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 Kommentare
Communitys
Weitere Antworten in Distance Learning Community
Siehe auch
Kategorien
Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!