Loading excel data using a professional code
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
please can someone help to import data using matlab
Afua
답변 (1개)
Kunal Kandhari
2021년 6월 15일
To import data in matlab you can use load function
Note: The only kind of "excel file" that you can use with load() is a .csv file. The file which you are trying to load should be purely numeric with no headers, with no missing entries, and with no text.
You can refer here:
For other workbook, you can use readcell, readtable or readmatrix according to your data and output format.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!