代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/316580/3610190
m srcsicon.m
function [x,y] = srcsicon(fla)
% Copyright 1996-2001 The MathWorks, Inc.
% $Revision: 1.11 $
% fla == 1 sin
% fla == 2 pulse
% fla == 3 noise
% fla == 4 interger
% fla == 5 binary
%
www.eeworm.com/read/316580/3610194
tlc sdsprandsrc2.tlc
%% $RCSfile: sdsprandsrc2.tlc,v $
%% $Revision: 1.9 $
%% $Date: 2001/04/25 18:24:31 $
%%
%% Copyright 1995-2001 The MathWorks, Inc.
%%
%% Abstract: Generate Uniform or Normal (Gaussian) Random N
www.eeworm.com/read/316580/3610195
m dspblkrandsrc2.m
function varargout = dspblkrandsrc2(action)
% DSPBLKRANDSRC2 DSP Blockset Random Source Generator block helper function.
% Copyright 1995-2001 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2001/
www.eeworm.com/read/294145/3920172
eps graphcomp.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /home/ysrini/nicolae/graphcomp.eps
%%CreationDate: 07/09/2003 12:29:10
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors
www.eeworm.com/read/291721/3962600
m propcheck.m
function tf=propcheck(obj, prop, value)
% Check to see if PROP for OBJ has VALUE
% Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc
try
v=get(obj,prop);
catch
tf = 0;
www.eeworm.com/read/291441/3966954
m srcsicon.m
function [x,y] = srcsicon(fla)
% Copyright 1996-2001 The MathWorks, Inc.
% $Revision: 1.11 $
% fla == 1 sin
% fla == 2 pulse
% fla == 3 noise
% fla == 4 interger
% fla == 5 binary
%
www.eeworm.com/read/291441/3966958
tlc sdsprandsrc2.tlc
%% $RCSfile: sdsprandsrc2.tlc,v $
%% $Revision: 1.9 $
%% $Date: 2001/04/25 18:24:31 $
%%
%% Copyright 1995-2001 The MathWorks, Inc.
%%
%% Abstract: Generate Uniform or Normal (Gaussian) Random N
www.eeworm.com/read/291441/3966959
m dspblkrandsrc2.m
function varargout = dspblkrandsrc2(action)
% DSPBLKRANDSRC2 DSP Blockset Random Source Generator block helper function.
% Copyright 1995-2001 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2001/
www.eeworm.com/read/291165/3969909
eps graphcomp.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /home/ysrini/nicolae/graphcomp.eps
%%CreationDate: 07/09/2003 12:29:10
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors
www.eeworm.com/read/285908/4044186
m psguireadproblem.m
function [fun,X0,Aineq,Bineq,Aeq,Beq,LB,UB,randstate,randnstate, err] = psguiReadProblem(h)
%private to psguirun, exportps2ws psguigeneratemfile
% Copyright 2004 The MathWorks, Inc.
% $Revis