Respondida
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 ...

más de 10 años hace | 0

Respondida
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...

más de 10 años hace | 1

Respondida
about the use cplex for solving LP in matlab
Late answer but anyway... 1. Why have you installed such an old version? 12.6 has been out for a long time now 2. This err...

más de 10 años hace | 0

Respondida
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...

más de 10 años hace | 1

Respondida
Why LMI toolbox/ Yalmip get a semi-positive definite matrix as the answer?
Strict inequalities are not really supported http://users.isy.liu.se/johanl/yalmip/pmwiki.php?n=Blog.Prepare-your-code BTW...

casi 11 años hace | 0

Respondida
YALMIP not able to find PENBMI solver for solving bilinear matrix inequlality
1. You are using a very very old version of YALMIP 2. SET is obsolete 3. Yes, you have to install PENBMI. YALMIP does not ...

casi 11 años hace | 0

| aceptada

Respondida
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...

casi 11 años hace | 1