How can I fix the error?
古いコメントを表示

This is the error I am getting.




These are the codings and the error occurs due to line 85.
2 件のコメント
KSSV
2020 年 12 月 3 日
The error is clear...check the dimensions of input features and target.
The number of rows of InputTestData and TargetTestData should be same.
Check your data.
Suvarna Priya
2020 年 12 月 3 日
回答 (1 件)
Paul Hoffrichter
2020 年 12 月 3 日
0 投票
Sometimes a simple transpose will solve the problem. Use size() and transpose accordingly.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!