Answered mixed integer(all are binary) problem
If you only have linear constraints, and the problem is as small as it is here, you should really use a dedicated mixed-integer ...
12 years ago | 0
Answered solve an inequality with LMI approach
With the MATLAB Toolbox YALMIP, and some SDP solver installed (such as SDPT3, SeDuMi, Mosek etc) it would be (you have not clear...
Answered How to solve affine Linear Matrix Inequlaity?
Standard approach is to use a common Lyapunov function, i.e., define two LMIs, one for h = 0 and one for h = -45.86. From convex...
Answered Nonlinear optimal control by using yalmip
The problem is that you are creating a nonconvex nonlinear problem, and fmincon simply fails to find a solution. You see this if...