Anybody know how to import excel file or other (table) using MATLAB MOBILE?

11 Ansichten (letzte 30 Tage)
I don't know how.. please help. Thank you

Antworten (1)

the cyclist
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');

Communitys

Weitere Antworten in  Distance Learning Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by