代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/130698/14177572
m nnd12ls.m
function nnd12ls(cmd,arg1)
%NND12LS Conjugate gradient lines search demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=====================
www.eeworm.com/read/130698/14177577
m nnd4db.m
function nnd4db(cmd,arg1,arg2,arg3)
%NND4DB Decision boundaries demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/130698/14177584
m nnd18hn.m
function nnd18hn(cmd,data)
%NND18HN Hopfield network demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global lambda;
glo
www.eeworm.com/read/130698/14177587
m nnd15aw.m
function nnd15aw(cmd,arg1,arg2,arg3)
%NND15AW Adaptive weights demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global
www.eeworm.com/read/130698/14177593
m nnd12cg.m
function nnd12cg(cmd,arg1)
%NND12CG Conjugate gradient backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==================
www.eeworm.com/read/130698/14177602
m nnd2n2.m
function nnd2n2(cmd,arg1,arg2,arg3)
%NND2N2 Two-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/130698/14177636
m nnd2n1.m
function nnd2n1(cmd,arg1,arg2,arg3)
%NND2N1 One-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/130698/14177656
m nnd9mc.m
function nnd9mc(cmd,data)
%NND9MC Method comparison demonstration.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIST
www.eeworm.com/read/232339/14198034
m pet_plot_scores_ui.m
%
% Usage: fig = pet_plot_scores_ui(LINK, fname, is_design_plot);
% Called by pet_result_ui
%
function score_fig = pet_plot_scores_ui(varargin)
if ~ischar(varargin{1})
h = findobj
www.eeworm.com/read/231266/14242435
c exprobj.c
/*
File: ExprObj.c
Auth: Brian Allen Vanderburg II
Date: Tuesday, April 29, 2003
Desc: Functions for the exprObj type
This file is part of ExprEval.
*/
/* Includes */