You are on page 1of 1

clc; close all; r = 10 ang = [pi/2 : pi/3000 : 3*pi/2] x = r*cos(ang) y = r*sin(ang) %plot (x,y,'o') %hold on %plot(x,y1,'o') %figure(2) axis

square plot(x,y) axis square comet(x,y)

axis square

You might also like