Reading excell sheet, Index exceeds the number of array elements (333)

1 Ansicht (letzte 30 Tage)
I keep getting 'Index exceeds the number of array elements (333)' no matter what i do

Akzeptierte Antwort

KSSV
KSSV am 17 Nov. 2021
Don't use xlsread. Use readtable.
T = readtable(myfile) ;

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by