代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/151851/12168707
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/151851/12168715
m nnd18hn.m
function nnd18hn(cmd,data)
%NND18HN Hopfield network demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global lambda;
glo
www.eeworm.com/read/151851/12168720
m nnd15aw.m
function nnd15aw(cmd,arg1,arg2,arg3)
%NND15AW Adaptive weights demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global
www.eeworm.com/read/151851/12168730
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/151851/12168743
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/151851/12168784
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/151851/12168811
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/340194/12176135
cpp kwqxmlsimplereader.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
www.eeworm.com/read/339711/12209640
m mmctl7.m
% mmctl7.m
Hc_fcolor = uicontrol(gcf,'Style','popupmenu',...
'Position',[20 20 80 20],...
'String','Black|Red|Yellow|Green|Cyan|Blue|Magenta|White',...
'Value',1,...
'UserData',[[0 0
www.eeworm.com/read/151449/12210358
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.
%=====================