代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/193277/8242399
m getbasematrixwithoutcheck.m
function Q=getbasematrixwithoutcheck(X,ind)
%GETBASEMATRIXWITHOUTCHECK Internal function to extract basematrix for variable IND
% Author Johan L鰂berg
% $Id: getbasematrixwithoutcheck.m,v 1.1 200
www.eeworm.com/read/394201/8242419
user qtclconsole.pro.user
RunConfiguration0-CommandLineArguments
RunConfiguration0-ProFile
www.eeworm.com/read/394201/8242523
user qpyconsole.pro.user
RunConfiguration0-CommandLineArguments
RunConfiguration0-ProFile
www.eeworm.com/read/394199/8242584
user digitalclock.pro.user
RunConfiguration0-CommandLineArguments
RunConfiguration0-ProFile
www.eeworm.com/read/193277/8242748
m issymmetric.m
function issym=issymmetric(X)
%ISSYMMETRIC Check if variable is symmetric
% Author Johan L鰂berg
% $Id: issymmetric.m,v 1.2 2004/07/02 08:17:31 johanl Exp $
[n,m] = size(X);
issym = 0;
if
www.eeworm.com/read/193277/8242885
m display.m
function F = display(X)
% DISPLAY Overloaded
% Author Johan L鰂berg
% $Id: display.m,v 1.2 2005/05/25 16:14:25 joloef Exp $
try
X = sdpvar(X);
display(X);
catch
disp('Incomplete
www.eeworm.com/read/193277/8242893
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/8243158
m getbasevectorwithoutcheck.m
function Q=getbasevectorwithoutcheck(X,ind)
%GETBASEVECTORWITHOUTCHECK Internal function to extract basematrix for variable ind
% Author Johan L鰂berg
% $Id: getbasevectorwithoutcheck.m,v 1.2 200
www.eeworm.com/read/193277/8243194
m sqrt.m
function varargout = SQRT(varargin)
%SQRT (overloaded)
%
% t = sqrt(x)
%
% The variable t can only be used in concavity preserving
% operations such as t>1, max t etc.
%
% When SQRT is used in
www.eeworm.com/read/193277/8243196
m isinteger.m
function isint=isinteger(X)
%ISINTEGER Check if (part of) a variable is integer
% Author Johan L鰂berg
% $Id: isinteger.m,v 1.2 2004/07/01 11:17:11 johanl Exp $
isint = any(ismember(getvaria