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