已回答
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 ...

10 years 前 | 0

已回答
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...

10 years 前 | 1

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 1

已回答
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...

11 years 前 | 0

已回答
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 ...

11 years 前 | 0

| 已接受

已回答
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...

11 years 前 | 1