Clear Filters
Clear Filters

cant find solution to this problem "Undefined function 'minboundrect' for input arguments of type 'double'."

8 views (last 30 days)
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...

Accepted Answer

Stephen23
Stephen23 on 22 Apr 2015
Edited: Stephen23 on 22 Apr 2015
The function minboundrect is not an inbuilt MATLAB function. If:
  • you wrote it yourself
  • Someone gave it to you
  • you found it on the internet
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?:

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!