Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
share|improve this question
Homework? Really? – Jared Farrish Feb 3 '11 at 23:46
Well, and what? – mbq Feb 3 '11 at 23:47
1  
and your question is... – woodchips Feb 3 '11 at 23:51
I was asked this questions a few days ago by a friend and I'm not too familiar with MATLAB so Im simply asking the input of this community. – Josh Lake Feb 3 '11 at 23:54
1. You don't describe what happened when you tried it yourself. 2. You don't ask questions that help understand what you think it needs to do, but doesn't accomplish (for good or ill). 3. If you're not too familiar with MATLAB, why are you going to bat for your buddy days later? Just saying... – Jared Farrish Feb 3 '11 at 23:58
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.