Could anyone help me how to find the extreme values of a function?
Show older comments
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
on 21 Oct 2012
0 votes
You could try FMINSEARCH, or a solver from the Optimization Toolbox.
Walter Roberson
on 21 Oct 2012
0 votes
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?
Categories
Find more on Solver Outputs and Iterative Display 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!