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

조회 수: 1 (최근 30일)
Haley Kelly
Haley Kelly 2021년 11월 17일
답변: KSSV 2021년 11월 17일
I keep getting 'Index exceeds the number of array elements (333)' no matter what i do

채택된 답변

KSSV
KSSV 2021년 11월 17일
Don't use xlsread. Use readtable.
T = readtable(myfile) ;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by