代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/347945/11623996
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.1 2006/08/10 18:00:20 joloef Exp $
isint = any(ismember(getvaria
www.eeworm.com/read/347945/11624040
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/347945/11624494
m issymmetric.m
function issym=issymmetric(X)
%ISSYMMETRIC Check if variable is symmetric
% Author Johan L鰂berg
% $Id: issymmetric.m,v 1.3 2008/04/02 19:06:54 joloef Exp $
[n,m] = size(X);
issym = 0;
if
www.eeworm.com/read/347945/11624802
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/347945/11624832
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/11624953
m ishermitian.m
function isherm=ishermitian(X)
%ISHERMITIAN Check if variable is Hermitian
% Author Johan L鰂berg
% $Id: ishermitian.m,v 1.1 2008/04/02 19:06:54 joloef Exp $
[n,m] = size(X);
issym = 0;
if
www.eeworm.com/read/347945/11625473
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/347945/11625551
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/347945/11625553
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
www.eeworm.com/read/347945/11625624
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.3 200