필터 지우기
필터 지우기

Index exceeds the number of array elements. Index must not exceed 10000.

조회 수: 4 (최근 30일)
How can I solve this issue ?

채택된 답변

Torsten
Torsten 2023년 3월 29일
My guess is that "Ytrain" has less than "len" elements.
To confirm this, add the lines
disp(len)
disp(size(Ytrain))
after the line
[wid,len] = size(Xtrain)
to your code and tell us what is displayed.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by