xlsread error: Array indices must be positive integers or logical values.

4 Ansichten (letzte 30 Tage)
When I try to use xlsread to read the attached Excel file:
[A B C] = xlsread('AA.xlsx');
Why do I keep getting this error? It seems the problem is the last column, but why?
Error using xlsread (line 257)
Array indices must be positive integers or logical values.
Many thanks!

Akzeptierte Antwort

Star Strider
Star Strider am 4 Jun. 2019
I was able to read your file without error.
However, if you have R2013b or lalter release, the readtable (link) function is likely the best option for your file:
AA_Table = readtable('AA.xlsx')
  5 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Leon
Leon am 4 Jun. 2019
Thanks all for the replies. I'm using Excel Version 16.25 on MacOS 10.14.5

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by