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

oltre 11 anni fa | 0

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

oltre 11 anni fa | 1

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 1

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

| accettato

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

quasi 12 anni fa | 1