How to fix subscription assignment mismatched ?

1 回表示 (過去 30 日間)
Javaid Iqbal
Javaid Iqbal 2018 年 10 月 27 日
コメント済み: Javaid Iqbal 2018 年 10 月 28 日
I'm facing this error in Matlab please help to solve it. Thanks Error: Subscripted assignment dimension mismatch.
Error in Train_Module_SIFT (line 60) feat1(featureRow,:)=kpd;
  2 件のコメント
madhan ravi
madhan ravi 2018 年 10 月 27 日
編集済み: madhan ravi 2018 年 10 月 27 日
Upload your code and required data files
Javaid Iqbal
Javaid Iqbal 2018 年 10 月 28 日
Thanks Sir I found a solution. Very thanks for your assistance

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2018 年 10 月 27 日
kpd is a vector that does not have the same number of columns as feat1. Put this before that line
whos feat1
whos kpd
Also see this link

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by