代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/151704/12180290
m copy.m
function resp = copy(nn)
% COPY Creates a copy of a POINTER object.
% O = COPY(PP) returns a copy of the POINTER object PP.
%
% See also POINTER.
% Copyright 2002 The MathWorks, Inc.
%
www.eeworm.com/read/151704/12180316
m read.m
function resp = read(en,index,timeout)
%READ
% DN = READ(EN)
% DN = READ(EN,[],TIMEOUT)
% DN = READ(EN,INDEX)
% DN = READ(EN,INDEX,TIMEOUT)
% Copyright 2002 The MathWorks, Inc.
% $
www.eeworm.com/read/151704/12180428
m disp.m
function dummy = disp(mm)
% DISP Display object properties.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 2002/05/09 15:02:14 $
fprintf('\nSTRUCTURE Object: \n');
fprintf(
www.eeworm.com/read/151704/12180438
m getmember.m
function resp = getmember(str,structidx,membername)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.9 $ $Date: 2002/05/23 15:07:41 $
error(nargchk(2,3,nargin));
if ~ishandle(str),
www.eeworm.com/read/151704/12180479
m write.m
function resp = write(bb,index,data)
% Copyright 2002 The MathWorks, Inc.
error(nargchk(2,3,nargin));
if ~ishandle(bb),
error('First Parameter must be a BITFIELD Handle.');
end
if nargin
www.eeworm.com/read/151704/12180512
m copy.m
function resp = copy(nn)
% COPY Creates a copy of a BITFIELD object.
% O = COPY(BB) returns a copy of the BITFIELD object BB.
%
% See also BITFIELD.
% Copyright 2002 The MathWorks, Inc.
www.eeworm.com/read/151704/12180613
m copy.m
function resp = copy(nn)
% COPY Creates a copy of a NUMERIC object.
% O = COPY(NN) returns a copy of the NUMERIC object NN.
%
% See also NUMERIC.
% Copyright 2002 The MathWorks, Inc.
%
www.eeworm.com/read/151704/12180656
m convert_numeric.m
function mm = convert_numeric(mm,datatype,siz)
% Private. Object conversion.
% Copyright 2002 The MathWorks, Inc.
if ~ishandle(mm),
error('First Parameter must be a NUMERIC Handle.');
end
www.eeworm.com/read/151704/12180709
m construct_registerobj.m
function rr = construct_registerobj(rr,args)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2002/04/03 19:47:44 $
nargs = length(args);
if( nargin < 2 | ~ishandle(rr) ),
www.eeworm.com/read/151704/12180716
m p_registerlist.m
function [regnamelist,regidlist] = p_registerlist(rr)
% Private. Determine which register this ID points to
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/04/03 19:47:43 $