Visualize 2D matrix using mesh plot, useful for frequency response visualization.
immesh(imin,n);
Input Matrix
Number of points to plot
This function used to visualize the 2-D matrix as 3D mesh plot with the values as the z-axes value. It is useful to visuallize the filter in frequency domain, and also the frequency response of the images.