How can I compute this type of optimization using fmincon?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
How can I compute this type of optimization using fmincon?

Réponses (1)
Pranjal Priyadarshi
le 3 Juin 2019
0 votes
In order to work with nonlinear equations using fmincon you can have a look at the following documentation which explains how to work with optimization of such kind of equations:
- https://www.mathworks.com/help/optim/ug/fmincon.html
- https://www.mathworks.com/help/optim/nonlinear-programming.html?s_tid=CRUX_lftnav
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!