Maximum point using fminbnd

12 views (last 30 days)
Gavin Seddon
Gavin Seddon on 3 Aug 2015
Answered: Torsten on 3 Aug 2015
Hello,
I have been advised that fminbnd is a simple method for calculating max/min points on a polynomial curve. However reading the document it appears this calculates a minimum point. May I plot the second derivative in order to require a minimum? This would also represent my data better. Will someone please instruct me on this procedure please?
Gavin.

Accepted Answer

Torsten
Torsten on 3 Aug 2015
Apply fminbnd to -f ; this will give you maxima of the function.
Best wishes
Torsten.

More Answers (0)

Categories

Find more on Polynomials 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!