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

    %% plotsompos
%% code 

% Copyright 2015 The MathWorks, Inc.

x = iris_dataset;
net = selforgmap([10 10]);
net = train(net,x);
plotsompos(net,x)