MATLAB: How to plot points without line

graphmath

I'm trying to plot the following command
as points rather than a linear line how do i do that?

Best Answer

plot(x,y,'or')