Clear Filters
Clear Filters

Find the minimum of a function

3 views (last 30 days)
Hello, I'm trying to find the minimum and the maximum of a function using the the fmin and fmax in in Matlab R21012a, but the answer that i receive is fmin and fmax are not found. any explication or solution for this problem???
Afana

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 6 Mar 2013
Edited: Azzi Abdelmalek on 6 Mar 2013
Maybe you are looking for fminsearch
help fminsearch

More Answers (1)

Jan
Jan on 6 Mar 2013
The error message means, that there are no functions called fmin and fmax. To find out, what you are searching for, more details of your problem are required.

Community Treasure Hunt

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

Start Hunting!