- 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'."
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Stephen23
2015-4-22
编辑:Stephen23
2015-4-22
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?:
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!