How to fix subscription assignment mismatched ?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by