代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/377948/9256244

m nnd14cl.m

function nnd14cl(cmd,arg1,arg2,arg3) %NND14CL Competitive learning demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox.
www.eeworm.com/read/377948/9256249

m nnd3pc.m

function nnd3pc(cmd,arg1,arg2,arg3) %NND3PC Perceptron classification demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox.
www.eeworm.com/read/377948/9256254

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nargin == 0, cmd =
www.eeworm.com/read/377948/9256259

m nndemof2.m

function fig = nndemof2(s1,s2,s3,s4,s5) %NNDEMOF2 Standard demo figure for Neural Network Toolbox GUI. % % NNDEMOF2(S1,S2,S3) % S1 - Name of window (default = 'NNDEMOF'). % S2 - Identifer in
www.eeworm.com/read/377948/9256267

m nnd3hamc.m

function nnd3hamc(cmd,arg1,arg2,arg3) %NND3HAMC Hamming classification demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox.
www.eeworm.com/read/377948/9256296

m nnd13hd.m

function nnd13hd(cmd,arg1,arg2,arg3) %NND13HD Hebb with decay demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. % Fir
www.eeworm.com/read/377948/9256303

m nnd3hopc.m

function nnd3hopc(cmd,arg1,arg2,arg3) %NND3HOPC Hopfield classification demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox
www.eeworm.com/read/377948/9256307

m nnd14fm1.m

function nnd14fm1(cmd,arg1,arg2,arg3) %NND14FM1 1-D feature map demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=========================
www.eeworm.com/read/377948/9256310

m nnd13gis.m

function nnd13gis(cmd,arg1,arg2,arg3) %NND13GIS Graphical instar demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. %
www.eeworm.com/read/377948/9256321

m nnd13h.m

function nnd13h(cmd,arg1,arg2,arg3) %NND13H Hebb rule demonstration. % First Version, 8-31-95. %================================================================== % CONSTANTS me = 'nnd13h';