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

Answers (1)

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

Communities

More Answers in the  Distance Learning Community

Categories

Asked:

on 14 Nov 2019

Commented:

on 14 Nov 2019

Community Treasure Hunt

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

Start Hunting!