代码搜索:Variables

找到约 10,000 项符合「Variables」的源代码

代码结果 10,000
www.eeworm.com/read/347945/11625566

m assign.m

function assign(X,value,ls) %ASSIGN Assigns a numerical value to an sdpvar % % ASSIGN(X,value) Tries to set the free variables in X so that % double(X)=value. Notice that oth
www.eeworm.com/read/347945/11625827

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/347945/11625835

m getvariables.m

function varargout = getvariables(X,whatvars) %GETVARIABLES Returns variable indicies to variables used in a SDPVAR object % % i = getvariables(x) % % Input % x : SDPVAR object % Output %
www.eeworm.com/read/347945/11626006

m depends.m

function LinearVariables = depends(x) %DEPENDS Returns indicies to variables used in an SDPVAR object % % i = depends(x) % % Input % x : SDPVAR object % Output % i : DOUBLE % Author
www.eeworm.com/read/473219/6849182

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/473219/6849184

m getvariables.m

function varargout = getvariables(X,whatvars) %GETVARIABLES Returns variable indicies to variables used in a SDPVAR object % % i = getvariables(x) % % Input % x : SDPVAR object % Output %
www.eeworm.com/read/473219/6849215

m depends.m

function LinearVariables = depends(x) %DEPENDS Returns indicies to variables used in an SDPVAR object % % i = depends(x) % % Input % x : SDPVAR object % Output % i : DOUBLE % Author
www.eeworm.com/read/193277/8242162

m hull.m

function [Fhull,t] = hull(varargin) % HULL Construct a model of the convex hull % % H = hull(F1,F2,...) % % OUTPUT % H : SET object describing the convex hull of the input constraints % %
www.eeworm.com/read/193277/8242555

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/193277/8242565

m getvariables.m

function varargout = getvariables(X,whatvars) %GETVARIABLES Returns variable indicies to variables used in a SDPVAR object % % i = getvariables(x) % % Input % x : SDPVAR object % Output %