代码搜索:MathWorks

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

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

m initcpp1.m

%INITCPP1 Initialize variables in the demo slcpp1.m % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1.4 $ global AnimCppFigH AnimCppAxisH [winName] = get_param(0, 'CurrentSy
www.eeworm.com/read/334076/12643056

m initcp1.m

%INITCP1 Initialize variables in the demo slcp1.m % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1.4 $ global AnimCpFigH AnimCpAxisH [winName] = get_param(0,'CurrentSystem')
www.eeworm.com/read/334076/12643385

m loadgas.m

function [data, input_name] = loadgas %LOADGAS Load data file for automobile MPG (miles per gallon) prediction % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1.3 $ % Roger Jang, Aug
www.eeworm.com/read/247527/12652655

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
www.eeworm.com/read/135243/13948822

m demopnn1.m

%% PNN Classification % This demonstration uses functions NEWPNN and SIM. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.9 $ $Date: 2002/03/29 19:36:07 $ %% % Here are three two-e
www.eeworm.com/read/101557/15827214

m comermn.m

function comermn(list, f_handle); % COMERMN % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:53:05 $ handle = get(gcf, 'UserData'); if ~i
www.eeworm.com/read/101000/15858414

c kalman.c

/* Copyright (c) 1994-98 by The MathWorks, Inc. */ /* $Revision: 1.6 $ $Date: 1997/12/01 21:45:35 $ $Author: moler $ */ /* get the data to be used in kalman filter algorithm */ /* off-line only
www.eeworm.com/read/390840/8438001

m nnd.m

function nnd(cmd) % NND Neural Network Design graphical user interface. % Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc. % $Revision: 1.8 $ % First Version, 8-31-95. % BRI
www.eeworm.com/read/190256/8446186

m aspec_cspec1.m

function iconstr = aspec_cspec1(action) % Mask dynamic dialog function for % FFT auto and cross power spectrum estimation block % Copyright 1995-2001 The MathWorks, Inc. % $Date: 2002/01/29 15
www.eeworm.com/read/389692/8507250

c fis.c

/* * Stand-alone C codes for fuzzy inference systems. * (This file is included in fismain.c) * J.-S. Roger Jang, 1994. * Copyright 1994-2001 The MathWorks, Inc. */ /* * Copyright 1994