Borrar filtros
Borrar filtros

How can I find maximum of a function in MATLAB?

3 visualizaciones (últimos 30 días)
Gollapinni Karthik
Gollapinni Karthik el 5 de Mayo de 2015
Comentada: Gollapinni Karthik el 7 de Mayo de 2015
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
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
Gollapinni Karthik
Gollapinni Karthik el 6 de Mayo de 2015
Thanks a lot. It really helpful. Karthik
Gollapinni Karthik
Gollapinni Karthik el 7 de Mayo de 2015
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 Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by