代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/347945/11625475
m clearsdpvar.m
function clearsdpvar(X,value)
% CLEARSDPVAR Clear solution
% Author Johan L鰂berg
% $Id: clearsdpvar.m,v 1.2 2004/07/01 11:17:09 johanl Exp $
x_lmi_variables = X.lmi_variables;
sol = sdpv
www.eeworm.com/read/347945/11625526
m relaxdouble.m
function sys=relaxdouble(X)
%RELAXDOUBLE Return numerial value treating nonlinear variables as independent
% Author Johan L鰂berg
% $Id: relaxdouble.m,v 1.5 2006/07/26 20:17:58 joloef Exp $
www.eeworm.com/read/347945/11625823
m replace.m
function Z = replace(X,Y,W,expand)
%REPLACE Substitutes variables
%
%Z = REPLACE(Y,X,W) Replaces any occurence of the SDPVAR object X
% in the SDPVAR object Y with the expressi
www.eeworm.com/read/473219/6849100
m clearsdpvar.m
function clearsdpvar(X,value)
% CLEARSDPVAR Clear solution
% Author Johan L鰂berg
% $Id: clearsdpvar.m,v 1.2 2004/07/01 11:17:09 johanl Exp $
x_lmi_variables = X.lmi_variables;
sol = sdpv
www.eeworm.com/read/473219/6849110
m relaxdouble.m
function sys=relaxdouble(X)
%RELAXDOUBLE Return numerial value treating nonlinear variables as independent
% Author Johan L鰂berg
% $Id: relaxdouble.m,v 1.4 2005/02/14 16:46:38 johanl Exp $
www.eeworm.com/read/193277/8242355
m clearsdpvar.m
function clearsdpvar(X,value)
% CLEARSDPVAR Clear solution
% Author Johan L鰂berg
% $Id: clearsdpvar.m,v 1.1 2006/08/10 18:00:19 joloef Exp $
x_lmi_variables = X.lmi_variables;
sol = sdpv
www.eeworm.com/read/193277/8242368
m relaxdouble.m
function sys=relaxdouble(X)
%RELAXDOUBLE Return numerial value treating nonlinear variables as independent
% Author Johan L鰂berg
% $Id: relaxdouble.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
www.eeworm.com/read/193277/8243160
m clearsdpvar.m
function clearsdpvar(X,value)
% CLEARSDPVAR Clear solution
% Author Johan L鰂berg
% $Id: clearsdpvar.m,v 1.2 2004/07/01 11:17:09 johanl Exp $
x_lmi_variables = X.lmi_variables;
sol = sdpv
www.eeworm.com/read/193277/8243182
m relaxdouble.m
function sys=relaxdouble(X)
%RELAXDOUBLE Return numerial value treating nonlinear variables as independent
% Author Johan L鰂berg
% $Id: relaxdouble.m,v 1.5 2006/07/26 20:17:58 joloef Exp $
www.eeworm.com/read/193277/8243380
m replace.m
function Z = replace(X,Y,W)
%REPLACE Substitutes variables
%
%Z = REPLACE(Y,X,W) Replaces any occurence of the SDPVAR object Y
% in the SDPVAR object X with the double W
%
%