I have to make a polygon of n sides. It has a radius of 1, and I am supposed to keep it in a -1 to 1 range.
It has to be able to make it when you input P=myPolygon(n), with n sides,
function[P]=myPolygon(n)
%[P]=myPolygon(n)
r=1
2*pi*r=C;
plot C
r(theta)>(x,y)
x= r*cos*theta
y=r*sin*theta