clear all;clc;x=0:pi/20:2*pi;t=0:pi/5:2*pi;y=sin(x);plot(x,y);hold on;plot(t,sin(t),'.','Markersize',15);