While using Fmincon and obtaining unknown values is it possible to apply equality constraints for only 3rd and 4th element of the array and not the whole array containing 5 elements?
Show older comments
is it possible to minimize this fuction with the following constraints
Function : X(1)^1+X(2)^0.5+X(3)^4+X(4)^0.12+X(5)^-1
Constraints : X(3)=0 , X(4)=0 , X(2)<3
1 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!