trouble importing excel files
이전 댓글 표시
I am having trouble importing excel files into matlab. I have matlab version R2013a and whenever I try to use the import tool I get the following error message, "spreadsheet is empty or invalid." What can I do to avoid this message?
답변 (1개)
Azzi Abdelmalek
2013년 3월 26일
Try xlsread function
[a,b,c]=xlsread('yourfolder/yourfile.xls')
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!