代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/334076/12643434

m drydemo.m

function slide=drydemo % This is a slideshow file for use with playshow.m and makeshow.m % Too see it run, type 'playshow drydemo', % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1
www.eeworm.com/read/247527/12652631

m optionslist.m

function p = optionsList(choice) %OPTIONSLIST List of all GA and PS options. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.4.4.1 $ $Date: 2004/03/09 16:15:52 $ p = []; switch lower
www.eeworm.com/read/247527/12652665

m exportps2wsdlg.m

function exportps2wsdlg(probmodel, optmodel, randchoice) %EXPSPORT2WSDLG Exports variables to the workspace. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.19.4.2 $ $Date: 2004/03/18 1
www.eeworm.com/read/247527/12652727

m exportga2wsdlg.m

function exportga2wsdlg(probmodel, optmodel, randchoice) %EXGAPORT2WSDLG Exports variables to the workspace. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.18.4.2 $ $Date: 2004/03/18 17
www.eeworm.com/read/247527/12652731

m readhashtable.m

function options = readHashTable(h) % Transfers data from the java gui to a gaoptions struct. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2004/01/16 16:50:04 $ % you w
www.eeworm.com/read/247527/12652787

m discont_objective.m

function f = discont_objective(z) %Objective function used by comparegadsoptim % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $Date: 2004/01/14 15:35:04 $ for i = 1:length(z)
www.eeworm.com/read/247527/12652895

m ackleyfcn.m

function scores = ackleyfcn(pop) % Compute the "Ackley" function. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2004/01/16 16:52:37 $ scores = zeros(size(pop,1),1); for
www.eeworm.com/read/101557/15826928

cmm drt_watg.cmm

# Copyright (C) 1994-96, The MathWorks, Inc. # All Rights Reserved. # $Revision: 1.2 $ $Date: 1996/04/05 13:58:31 $ # # Edited for use with CommunicationToolbox, v1.0. # # File :
www.eeworm.com/read/101557/15826973

cmm dos_watg.cmm

# Copyright (c) 1994-96, The MathWorks, Inc. # All Rights Reserved. # $Revision: 1.2 $ $Date: 1996/04/05 13:58:01 $ # # Edited for use with CommunicationToolbox, v1.0. # # File :
www.eeworm.com/read/101557/15827058

m comwksp.m

function comwksp(op_flag, data); % I/O workspace operation % create a figure % Wes Wang 1995 X-mas day % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision