excel worksheet in matlab
조회 수: 7 (최근 30일)
이전 댓글 표시
How do I read a Microsoft Excel worksheet into MATLAB as a table? I know how to read it as csv by
Table=readtable('filename.csv')
but I want to read as xls
댓글 수: 0
답변 (1개)
Ameer Hamza
2020년 10월 25일
댓글 수: 1
dpb
2020년 10월 25일
And if the Excel file is complex, better results will usually be had by using detectImportOptions first; simple files are generally brought in as desired.
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!