www.gusucode.com > nnet 案例源码 matlab代码程序 > nnet/PlotsomndExample.m

    %% plotsomnd
%% code

% Copyright 2015 The MathWorks, Inc.

x = iris_dataset;
net = selforgmap([5 5]);
net = train(net,x);
plotsomnd(net)