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

1 vue (au cours des 30 derniers jours)
Haley Kelly
Haley Kelly le 17 Nov 2021
Réponse apportée : KSSV le 17 Nov 2021
I keep getting 'Index exceeds the number of array elements (333)' no matter what i do

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by