代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/491824/6426882
m nnd6eg.m
function nnd6eg(cmd,data)
%NND6EG Eigenvector game.
% Copyright 1994-2005 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7.2.3 $
% BRING UP FIGURE IF IT EXISTS
me = 'nnd6eg';
www.eeworm.com/read/491824/6426964
m nnd7sh.m
function nnd7sh(cmd,arg1,arg2,arg3)
%NND7SH Supervised Hebb demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
%============================
www.eeworm.com/read/488277/6491267
m p5_2.m
% Program P5_2
% Illustration of Aliasing Effect in the Time-Domain
% Program adapted from [Kra94] with permission from
% The Mathworks, Inc., Natick, MA.
clf;
T = 0.1;f = 13;
n = (0:T:1)';
xs
www.eeworm.com/read/347866/11629723
eps sem1d_dispersion.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /home/ampueroj/WAVES/SEM_matlab/sem1d_dispersion.eps
%%CreationDate: 08/23/2005 18:34:23
%%DocumentNeededFonts: Helvetica
%%Doc
www.eeworm.com/read/259886/11759482
m nnd8ts1.m
function nnd8ts1(cmd,data)
%NND8TS Taylor series demonstration #1.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
% First Version, 8-31-95.
%=========
www.eeworm.com/read/259886/11760057
m nnd7sh.m
function nnd7sh(cmd,arg1,arg2,arg3)
%NND7SH Supervised Hebb demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
%============================
www.eeworm.com/read/338523/12298676
m trn_2in.m
function trn_2in(mf_n, epoch_n)
% This script requires the Fuzzy Logic Toolbox from the MathWorks.
if nargin < 2, epoch_n = 300; end;
if nargin < 1, mf_n = 5; end;
% ====== collect training da
www.eeworm.com/read/338523/12298687
m appcs2_pso.m
%APPCS2_PSO Feedback linearization.
% Modified by PenChen Chou, 2005-5-7.
% Use of PSO to find weights and biases of tnet NN.
% Mark Beale, 12-15-93
% Copyright 1992-2000 The MathWorks, Inc.
%
www.eeworm.com/read/338523/12301146
asv appcs2_pso.asv
%APPCS2_PSO Feedback linearization.
% Modified by PenChen Chou, 2005-5-7.
% Use of PSO to find weights and biases of tnet NN.
% Mark Beale, 12-15-93
% Copyright 1992-2000 The MathWorks, Inc.
%
www.eeworm.com/read/123143/14645500
c fiscore.c
/* Copyright (c) 1994-98 by The MathWorks, Inc. */
/* $Revision: $ $Date: $ */
#include "mex.h"
#include "fis.h"
#include "lib.c"
#include "mf.c"
#include "t_norm.c"
#include "defuzz.c"