Joke Collection Website - News headlines - Drawing coordinate map with MATLAB

Drawing coordinate map with MATLAB

x = 0:0.05:pi/2; Said x from 0 to 0.5*pi, the interval is 0.05.

That is to say, it belongs to the interval of (0.5 * pi), and the interval is 0.05. Because you can't be continuous when processing with a computer, it is discrete in this interval.