t=0:2*pi/8:2*pi; t=[t,t(1)]; x=sin(t); y=cos(t); fill(x,y,'r'); axis equal;axis([-1.5,1.5,-1.5,1.6])