error in attached program
2 views (last 30 days)
Show older comments
Balaji M. Sontakke
on 15 Apr 2018
Commented: Balaji M. Sontakke
on 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 Comments
Accepted Answer
Walter Roberson
on 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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!