- you wrote it yourself
- Someone gave it to you
- you found it on the internet
cant find solution to this problem "Undefined function 'minboundrect' for input arguments of type 'double'."
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hitheshwar pujari
le 22 Avr 2015
Commenté : hitheshwar pujari
le 23 Avr 2015
while trying to classify shapes in an image using boundingbox technique... iam getting this error "Undefined function 'minboundrect' for input arguments of type 'double'." please help me out...
0 commentaires
Réponse acceptée
Stephen23
le 22 Avr 2015
Modifié(e) : Stephen23
le 22 Avr 2015
The function minboundrect is not an inbuilt MATLAB function. If:
then you will need to place the Mfile somewhere on the MATLAB search path (e.g. the current directory).
There is a minboundrect listed here, perhaps this is the function that you are wanting?:
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!