locating minimum of a surface

2 views (last 30 days)
yarsky
yarsky on 2 May 2015
Answered: Image Analyst on 2 May 2015
Hello, is there a method of quickly finding a minimum of surface given as a 2d array with N rows and 3 colomns? The min() and sort() functions does not seem to answer what is needed. Regards

Answers (1)

Image Analyst
Image Analyst on 2 May 2015
If you have the Image Processing Toolbox, use inregionalmin().

Community Treasure Hunt

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

Start Hunting!