xls read doesn't work on Mac

8 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by