Problem 43034. angle in regular polygon
Make a function which returns measure of interior angle in x-side regular polygon. x is as input. Please pay attention, that 1 and 2 side polygon don't exist, so if input is 1 or 2 return 0.
if x=3 its triangle and angle is 60 degrees x=4 -> angle = 90 degrees
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers195
Suggested Problems
-
13276 Solvers
-
Convert a vector into a number
599 Solvers
-
Remove the two elements next to NaN value
651 Solvers
-
600 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
378 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!