error in attached program
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Balaji M. Sontakke
el 15 de Abr. de 2018
Comentada: Balaji M. Sontakke
el 17 de Abr. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 15 de Abr. de 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 comentarios
Balaji M. Sontakke
el 16 de Abr. de 2018
Editada: Walter Roberson
el 16 de Abr. de 2018
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!