代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/247527/12652739

m psguireadhashtable.m

function [options, err] = psguiReadHashTable(h) % Transfers data from the java gui to a psoptimset struct. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.12 $ % you will never call t
www.eeworm.com/read/247527/12652792

m terrain.m

function map = terrain(m) %TERRAIN Color map for displaying terrain relief. % private function to psoutputwashington. % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $ $Date: 2004
www.eeworm.com/read/247527/12652806

m deterministicstudy.m

% A deterministic study of the GA parameters on performance % Copyright 2004 The MathWorks, Inc. % $Revision: 1.5 $ $Date: 2004/01/16 16:52:44 $ options = gaoptimset; options.Generations
www.eeworm.com/read/247527/12652882

m hybriddemo.m

%% Hybrid Scheme in the Genetic Algorithm % Copyright 2004 The MathWorks, Inc. % $Revision: 1.9.4.1 $ $Date: 2004/04/04 03:24:39 $ %% Introduction % This demo uses a hybrid scheme to opti
www.eeworm.com/read/392007/8368452

m txtmenu.m

function k = menu(menuHeader,varargin); % TXTMENU - text-menu of choices for user input in the command window. % % This function was inspired by the MENU.M function by The MathWorks, Inc. It % di
www.eeworm.com/read/389692/8507527

m checkfis.m

function res = checkfis(fis); % Copyright 2005 The MathWorks, Inc. %CHECKFIS Checks the fuzzy inference system properties for legal values. % % res = CHECKFIS(FIS) returns 1 if all properties
www.eeworm.com/read/389692/8507564

c list2.c

/* Copyright 1994-2002 The MathWorks, Inc. */ /* $Revision: $ $Date: $ */ /* copy string (the first 'length' characters) from array to target string */ static void fisGetString2(char *target,
www.eeworm.com/read/389692/8508092

m inittbu.m

%INITTBU Initialize variables in the demo sltbu.m % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $ global TbuInitCond truck_l global AnimTbuFigH AnimTbuAxisH TbuInitCond
www.eeworm.com/read/389692/8508313

m mgtsdemo.m

%% Chaotic Time Series Prediction % Chaotic time series prediction using ANFIS. % % Copyright 1994-2005 The MathWorks, Inc. % $Revision: 1.15.2.2 $ %% Time Series Data % The data is generated
www.eeworm.com/read/188324/8550144

m difeqdem.m

%% Example: Solving a Nonlinear ODE with a Boundary Layer % % Illustration of toolbox use in a nontrivial problem. % Copyright 1987-2005 C. de Boor and The MathWorks, Inc. % $Revision: 1.18.4.2