error in attached program
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Balaji M. Sontakke
il 15 Apr 2018
Commentato: Balaji M. Sontakke
il 17 Apr 2018
Index exceeds matrix dimensions.
Error in ext_vein (line 381) dist_m = dist2(minutiae(:,1:2), minutiae(:,1:2));
Error in build_db (line 22) traindata{id_train}=ext_vein(X,1);
0 Commenti
Risposta accettata
Walter Roberson
il 15 Apr 2018
When minu_count is 0 then t_minuae will be left as [] and so will not have columns 1:2 to index into.
6 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!