代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/194440/8195364
m pi_figuresizechange.m
function FigureSizeChange
% changes the look of the plotimage figure for publishable purposes
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
haxs=findobj(gcf,'type','axes','tag','MAINAXES')
www.eeworm.com/read/194440/8195371
m pi_limptmove.m
function limptmove(action);
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
delete(findobj(gcf,'type','line','tag','PICKMARKER')
www.eeworm.com/read/294886/8195662
m nnd16a1.m
function nnd16a1(cmd,arg1,arg2,arg3)
%NND16A1 ART1 algorithm demonstration.
% First Version, 8-31-95.
%==================================================================
% CONSTANTS
me = 'n
www.eeworm.com/read/294886/8195704
m nnd14fm2.m
function nnd14fm2(cmd,arg1,arg2,arg3)
%NND14FM2 2-D feature map demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=========================
www.eeworm.com/read/294886/8195711
m nnd13uh.m
function nnd13uh(cmd,arg1,arg2,arg3)
%NND13UH Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/294886/8195717
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/294886/8195726
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/294886/8195737
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/294886/8195748
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/294886/8195755
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.