代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/256237/12012233
m simplehill.m
% Simple Hill Climbing
% for the Rosenbrock function
% By Kyriakos Tsourapas
% You may contact me through the Mathworks site
% University of Essex 2002
% The string used was divided as follows:
% 1 b
www.eeworm.com/read/151713/12179568
gel c5000.gel
/* Copyright 2001-2002 The MathWorks, Inc. */
/* $Revision: 1.3 $ $Date: 2002/06/12 15:30:51 $ */
/*--------------------------------------*/
/* set PMST to: MP = OVLY = 1; DROM off,
www.eeworm.com/read/151711/12179657
gel c5000.gel
/* Copyright 2001-2002 The MathWorks, Inc. */
/* $Revision: 1.3 $ $Date: 2002/06/12 15:30:52 $ */
/*--------------------------------------*/
/* set PMST to: MP = OVLY = 1; DROM off,
www.eeworm.com/read/151704/12180282
m deref.m
function nn = deref(pp,index)
%DEREF
% MM = DEREF Constructs a Memory object that represents
% the variable which is pointed to by this object.
% Copyright 2002 The MathWorks, Inc.
er
www.eeworm.com/read/151704/12180483
m checkerforlength.m
function sv = checkerforlength(mm,usersSV)
%CHECKERFORLENGTH - private function to verify operations on property LENGTH
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/04/0
www.eeworm.com/read/151704/12180528
m checkerforoffset.m
function sv = checkerforoffset(mm,usersSV)
%CHECKERFOROFFSET - private function to verify operations on property OFFSET
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/04/0
www.eeworm.com/read/151704/12180552
m checkerforprepad.m
function sv = checkerforprepad(mm,usersSV)
%CHECKERFORPREPAD - private function to verify operations on property PREPAD
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/04/0
www.eeworm.com/read/151704/12181227
m deref.m
function nn = deref(pp,index)
%DEREF
% MM = DEREF Constructs a Memory object that represents
% the variable which is pointed to by this object.
% Copyright 2002 The MathWorks, Inc.
% $R
www.eeworm.com/read/151704/12181304
m convert.m
function re = convert(re,datatype,size)
% CONVERT - Convert RE representation into DATATYPE and
% optionally reshape it to SIZE.
%
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $D