Nonlinear optimization using fmincon: how to find optimal point for x vector
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I am trying to solve maximization problem in which i have to find optimal value for phi and phi is a not single valued, it is a vector containg multiple values e.g. if n= 4 then i have to find 4 different optimal points for phi using fmincon
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/219436/image.png)
Here is the equation containing constant values except phi which i have to maximize by optimization phi(n) and i want to find optimal n value for phi.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/219437/image.png)
Constraints are mentioned above, optimal value of phi(n) is less than equal to 1-B.
I am able to find the optimal value collectively but didnot understand how to find for each phi(n).
Thanks in advance.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!