代码搜索:UserData

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

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

m nnd15gl1.m

function nnd15gl1(cmd,arg1,arg2,arg3) %NND15GL1 Grossberg layer 1 demonstration. % First Version, 8-31-95. %================================================================== % GLOBALS glob
www.eeworm.com/read/377948/9256374

m nnd13os.m

function nnd13os(cmd,arg1,arg2,arg3) %NND13OS Unsupervised Hebb demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. % F
www.eeworm.com/read/377948/9256389

m nnd15sn.m

function nnd15sn(cmd,arg1,arg2,arg3) %NND15SN Shunting network demonstration. % First Version, 8-31-95. %================================================================== % GLOBALS global
www.eeworm.com/read/377948/9256407

m nnd14cc.m

function nnd14cc(cmd,arg1,arg2,arg3) %NND14CC Competitive classification demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbo
www.eeworm.com/read/377948/9256413

m nnd7sh.m

function nnd7sh(cmd,arg1,arg2,arg3) %NND7SH Supervised Hebb demonstration. %================================================================== % CONSTANTS me = 'nnd7sh'; p_x = 5; % pattern ho
www.eeworm.com/read/377948/9256420

m nnd13is.m

function nnd13is(cmd,arg1,arg2,arg3) %NND13IS Instar demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. % First Versio
www.eeworm.com/read/376053/9334370

m created.m

function created=created(varargin) %global hfigure data % get handler and make this figure active gcf=varargin{1}; figure(gcf); data = get(gcf,'UserData'); % 获取文件名 path
www.eeworm.com/read/376053/9334376

m createdata.m

function result = createdata(action,varargin) % CREATEDATA Interactive data generator. % % Synopsis: % createdata % createdata('finite') % createdata('finite',num_classes) % createdata('ga
www.eeworm.com/read/376053/9334431

m loadsets2.m

function data = loadsets2(varargin) data = get( gcf,'UserData' ); xlabel('feature x'); % 标记X轴 ylabel('feature y'); % 标记Y轴 file=get( da
www.eeworm.com/read/376053/9334432

m resetb.m

function reset=resetB(varargin) data = get(gcf,'UserData'); % 清除axes4中数据 clrchild( data.axes4); % 获得数据集 trn = get( data.axes4, 'UserData'); % 获得文件名