How can I find maximum of a function in MATLAB?

How can I find the maximum value of a function in MATLAB? And that function has some subject to constrain criteria also.

 Respuesta aceptada

Titus Edelhofer
Titus Edelhofer el 5 de Mayo de 2015

0 votos

Hi Gollapinni,
usually by finding the minimum of "-f". How to do this depends on your function. Good starting point is fminsearch, or, if you have constraints, fmincon from Optimization Toolbox.
Titus

4 comentarios

Hi Titus,
So I multiply my function with - to find the minimum? Because solvers in the Optimization Toolbox are aiming for minimization but I am looking for maximization. So how can I do this? Any tips?
Karthik
Alan Weiss
Alan Weiss el 6 de Mayo de 2015
This question is addressed in the documentation. In more than one place.
Alan Weiss
MATLAB mathematical toolbox documentation
Thanks a lot. It really helpful. Karthik
How do I set these kinds of Subject to k, m ϵ N s ϵ [0, 1] my maximum function? How to model it belong to Natural number in Matlab and belongs to only 0 and 1 in Matlab?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by