How to fix subscription assignment mismatched ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Javaid Iqbal
il 27 Ott 2018
Commentato: Javaid Iqbal
il 28 Ott 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 Commenti
madhan ravi
il 27 Ott 2018
Modificato: madhan ravi
il 27 Ott 2018
Upload your code and required data files
Risposta accettata
Image Analyst
il 27 Ott 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
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!