Anybody know how to import excel file or other (table) using MATLAB MOBILE?
조회 수: 19 (최근 30일)
이전 댓글 표시
I don't know how.. please help. Thank you
댓글 수: 0
답변 (1개)
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 Center 및 File Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!