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

1 visualización (últimos 30 días)
I keep getting 'Index exceeds the number of array elements (333)' no matter what i do

Respuesta aceptada

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

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by