error in attached program
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Balaji M. Sontakke
le 15 Avr 2018
Commenté : Balaji M. Sontakke
le 17 Avr 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 commentaires
Réponse acceptée
Walter Roberson
le 15 Avr 2018
When minu_count is 0 then t_minuae will be left as [] and so will not have columns 1:2 to index into.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!