フィルターのクリア

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

4 ビュー (過去 30 日間)
DAYANANDA B N
DAYANANDA B N 2023 年 3 月 29 日
コメント済み: DAYANANDA B N 2023 年 3 月 29 日
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 Center および File ExchangeMatrix Indexing についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by