Could anyone help me how to find the extreme values of a function?

4 views (last 30 days)
For example. If we have a function of two variables, how to find the points at which this function has extreme values? My problem is related with periodik functions.

Answers (2)

Matt J
Matt J on 21 Oct 2012
You could try FMINSEARCH, or a solver from the Optimization Toolbox.

Walter Roberson
Walter Roberson on 21 Oct 2012
As the functions involved are said to be periodic, there are potentially an infinite number of solutions, and the question is about finding "the points at which this function has extreme values" which could thus involve finding an infinite number of solutions, which will take an infinite amount of time. When do you need the answer?

Tags

Community Treasure Hunt

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

Start Hunting!