结果:找到“cvx”相关内容31个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
Python CVXOPT User’s Guide
2 个回复 - 808 次查看
CVXOPT User’s GuideRelease 1.2.2 – October 18, 2018[/backcolor]Martin Andersen, Joachim Dahl, and Lieven Vandenberghe[/backcolor]
[*]Copyright and License
[*]Introduction
[*]Dense and Sparse Matr ...
2019-1-3 23:07 - Nicolle - winbugs及其他软件专版
matlab cvx报错求助
5 个回复 - 7741 次查看
n=20;
e=normrnd(0,0.1,n,1);
d_mean=10+e;
a=randsample(500,n)/(2*pi); %角度[0,2*pi]
x=2+d*cos(a);
y=3+d*sin(a);
A=[x y];
cvx_begin
variables x0 y0
minimize sum((sqrt((A(:,1)-x0).^2+(A(:,2) ...
2016-9-10 00:02 - yhy007 - MATLAB等数学软件专版
【悬赏求助】MATLAB cvx 工具求解报错
2 个回复 - 9204 次查看
一小段简单的MATLAB程序,用
cvx工具求解最优化问题。程序如下:
cvx_begin
variable x(2)
minimize (0.45*x(1)+0.2*x(2))
subject to
5*x(1)>=0;
x(1)+x(2)>=0;
cvx_end;
出现如下错误提示:
Index e ...
2012-5-2 10:39 - 杨花点点 - MATLAB等数学软件专版