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

1 view (last 30 days)
I keep getting 'Index exceeds the number of array elements (333)' no matter what i do

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!