Borrar filtros
Borrar filtros

xls read doesn't work on Mac

8 visualizaciones (últimos 30 días)
Daniel Thomas
Daniel Thomas el 8 de En. de 2020
Comentada: Walter Roberson el 29 de En. de 2020
doesnt read a masterfile
  1 comentario
Guillaume
Guillaume el 8 de En. de 2020
Editada: Guillaume el 8 de En. de 2020
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.

Iniciar sesión para comentar.

Respuestas (1)

Ram Vijayaragavan
Ram Vijayaragavan el 29 de En. de 2020
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 comentario
Walter Roberson
Walter Roberson el 29 de En. de 2020
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.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by