READ .Xls files in matlab for mac
이전 댓글 표시
MATLAB only reads .csv archives, and i need to read .xls archives, when I put xlsread(archive), appears this
Warning: Could not start Excel server for import, 'basic' mode will be used. Refer to HELP XLSREAD for more information. > In xlsread at 174
답변 (1개)
Ken Atwell
2012년 3월 22일
0 개 추천
If you have a true .XLS file (that it, the older format dating from releases before Office 2007, or files from later release of Excel specifically saved as .XLS), your Mac version of MATLAB should be able to read the file. The warning is simply telling you that MATLAB is reading the file itself, rather than offloading the read to Excel itself (as would normally be the case on the Windows version of MATLAB when Office is available).
The ability to read newer .XLSX files on the Mac (and Linux) is a recent addition, new for R2012a. See the release notes for R2012a.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!