- 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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hitheshwar pujari
el 22 de Abr. de 2015
Comentada: hitheshwar pujari
el 23 de Abr. de 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 comentarios
Respuesta aceptada
Stephen23
el 22 de Abr. de 2015
Editada: Stephen23
el 22 de Abr. de 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?:
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!