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

    %% plotsomtop
%% code

% Copyright 2015 The MathWorks, Inc.

x = iris_dataset;
net = selforgmap([8 8]);
plotsomtop(net)