Random topology function.
neuron_pos = ann_som_randtop(dim)
dimension
neurons position
This is the function to create Random topology neuron
N = [5,5]; y = ann_som_randtop(N); ann_som_plot2d(y);