How to fix subscription assignment mismatched ?

2 vues (au cours des 30 derniers jours)
Javaid Iqbal
Javaid Iqbal le 27 Oct 2018
Commenté : Javaid Iqbal le 28 Oct 2018
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 commentaires
madhan ravi
madhan ravi le 27 Oct 2018
Modifié(e) : madhan ravi le 27 Oct 2018
Upload your code and required data files
Javaid Iqbal
Javaid Iqbal le 28 Oct 2018
Thanks Sir I found a solution. Very thanks for your assistance

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 27 Oct 2018
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

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by