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

조회 수: 12 (최근 30일)
David Biwono
David Biwono 2019년 11월 14일
댓글: the cyclist 2019년 11월 14일
I don't know how.. please help. Thank you

답변 (1개)

the cyclist
the cyclist 2019년 11월 14일
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');

커뮤니티

더 많은 답변 보기:  원격 교육 커뮤니티

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by