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