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

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)

You could try FMINSEARCH, or a solver from the Optimization Toolbox.
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

Asked:

on 21 Oct 2012

Community Treasure Hunt

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

Start Hunting!