資源簡介
該程序是matlab凸優(yōu)化包CVX的實(shí)際應(yīng)用,通過該程序可以對CVX有深入的了解
代碼片段和文件信息
%?minimize??????Ax?b?2
%?subject?to???Cx=d
%???????????????x???e
%?The?following?code?segment?generates?and?solves?a?random?instance?of?this?model:
m?=?200;?n?=?100;?p?=?60;
A?=?randn(mn);?b
評論
共有 條評論