代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/217397/14966146

m sviplot1.m

function [xx] = sviplot1(input); %This function is only used by Call back MATLAB from C-mex funcitons sviterbi.c % Copyright (c) 1996 The MathWorks, Inc. % All Rights Reserved % See al
www.eeworm.com/read/217397/14966148

m sviplot4.m

function x = sviplot4(input); %This function is only used by Call back MATLAB from C-mex funcitons sviterbi.c % Copyright (c) 1996 The MathWorks, Inc. % All Rights Reserved % % See al
www.eeworm.com/read/217397/14966219

m pulsegen.m

function [sys,x0] = pulsegen(t,x,u,flag,height,width,dt) %PULSEGEN generates perfect pulse for communication toolbox. % Wes Wang % Copyright (c) 1995-96 by The MathWorks, Inc. if f
www.eeworm.com/read/216045/15028219

c simde2bi.c

/* $Revision: 1.16 $ */ /* * Wes Wang 6/14/94 * Copyright 1996-2001 The MathWorks, Inc. */ /* specify the name of this S-Function. */ #define S_FUNCTION_NAME simde2bi #include "simstruc.
www.eeworm.com/read/212376/15157351

c my_ex1.c

/* * ex1.c * * Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved. */ /* $Revision: 1.6 $ */ #include #include /* used for EXIT_SUCCESS */ #i
www.eeworm.com/read/493700/1163679

c simde2bi.c

/* $Revision: 1.16 $ */ /* * Wes Wang 6/14/94 * Copyright 1996-2001 The MathWorks, Inc. */ /* specify the name of this S-Function. */ #define S_FUNCTION_NAME simde2bi #include "simstruc.
www.eeworm.com/read/480270/1319637

m loadobj.m

function net = loadobj(obj) %LOADOBJ Load a network object. % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.4 $ $Date: 2002/04/14 21:29:20 $ if isa(obj,'network') net = obj; else
www.eeworm.com/read/480270/1319652

m isbias.m

function f=isbias(s) %ISBIAS True if input is an NNBIAS structure. % Mark Beale, 11-31-97 % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.7 $ if nnstruct(s,'nnbias') f = 1; els
www.eeworm.com/read/480270/1319661

m isempmat.m

function f=isempmat(m) %ISEMPMAT True if input is an empty matrix. % Mark Beale, 11-31-97 % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.7 $ if isa(m,'double') if any(size(m) =
www.eeworm.com/read/468407/1490982

c simde2bi.c

/* $Revision: 1.16 $ */ /* * Wes Wang 6/14/94 * Copyright 1996-2001 The MathWorks, Inc. */ /* specify the name of this S-Function. */ #define S_FUNCTION_NAME simde2bi #include "simstruc.