代码搜索:Mathworks

找到约 4,523 项符合「Mathworks」的源代码

代码结果 4,523
www.eeworm.com/read/151704/12180649

m copy_numeric.m

function dummy = copy_numeric(nn,resp) % Private. Copies over NN properties to RESP. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.5 $ $Date: 2002/03/27 21:09:59 $ % public properti
www.eeworm.com/read/151704/12180738

m copy_registerobj.m

function dummy = copy_registerobj(rr,resp) % Private. Copies over RR properties to RESP. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.4 $ $Date: 2002/03/27 21:10:04 $ % public prop
www.eeworm.com/read/151704/12180842

m write.m

function resp = write(nn,index,data) % Copyright 2002 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2002/05/14 19:47:07 $ error(nargchk(2,3,nargin)); if ~ishandle(nn), error('First Param
www.eeworm.com/read/151704/12180909

m write_rnumerichex.m

function dummy = write_rnumerichex(nn,index,data) % Copyright 2002 The MathWorks, Inc. % $Revision: 1.4 $ $Date: 2002/05/14 19:47:06 $ error(nargchk(2,3,nargin)); if ~ishandle(nn), err
www.eeworm.com/read/151704/12180947

m copy_rnumeric.m

function dummy = copy_rnumeric(rn,resp) % Private. Copies over RN properties to RESP. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.4 $ $Date: 2002/03/27 21:10:05 $ % public propert
www.eeworm.com/read/151704/12180985

m write_rnumeric.m

function dummy = write_rnumeric(rn,index,data) %WRITE_REGISTER Writes an array of register values into DSP memory. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6 $ $Date: 2002/05/23 21:2
www.eeworm.com/read/151704/12181133

m mmregread.m

function resp = mmregread(cc,mmr,represent,timeout) % Private. % Reads the contents of a TMS320C54x memory-mapped register specified by MMR. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6
www.eeworm.com/read/151704/12181136

m mmregwrite.m

function resp = mmregwrite(cc,mmr,data,represent,timeout) % Private. % Writes DATA into the TMS320C54x memory-mapped register MMR % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6 $ $Date:
www.eeworm.com/read/151704/12181225

m write.m

function resp = write(rr,index,data) %WRITE Writes data into DSP memory - % Copyright 2002 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2002/05/14 19:47:07 $ error(nargchk(2,3,nargin));
www.eeworm.com/read/151704/12181256

m construct_containerobj.m

function bb = construct_containerobj(bb,args) % Private. Set containerobj properties. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.4 $ $Date: 2002/05/29 20:06:45 $ bb.containerobj_ma