필터 지우기
필터 지우기

xls read doesn't work on Mac

조회 수: 1 (최근 30일)
Daniel Thomas
Daniel Thomas 2020년 1월 8일
댓글: Walter Roberson 2020년 1월 29일
doesnt read a masterfile
  댓글 수: 1
Guillaume
Guillaume 2020년 1월 8일
편집: Guillaume 2020년 1월 8일
What is a master file?
xlsread on a Mac is indeed restricted to basic mode which is limited in what it can read.
xlsread has long been deprecated in favour of readtable, readmatrix, or readcell which should perform better particularly in newer versions of matlab.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ram Vijayaragavan
Ram Vijayaragavan 2020년 1월 29일
This is an issue in MATLAB on the Mac OS X in the way that the XLSREAD function handles files with more than 500 rows.
For all releases up to MATLAB R2012a, use the WK1READ function.
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 1월 29일
Master files contain embedded references to sql databases. As far as I know, such files require ActiveX connections to excel to be read, which is not possible on Mac or Linux.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by