Problem 42686. What's the missing interior angle?
I'm talking about polygons... The sum of the interior angles of a triangle is 180 degrees. The sum of the interior angles of a quadrilateral is 360 degrees, and so on.
For this problem, you are given n-1 angles (in degrees) of an n-sided polygon. Please return the final angle.
Triangle examples:
>>a=missing_interior_angle([60 60])
a =
60
>>a=missing_interior_angle([45 45])
a =
90
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers91
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9127 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5791 Solvers
-
Find the largest value in the 3D matrix
1659 Solvers
-
Find the position of first minimum value in an integer array with numbers
183 Solvers
-
Matlab Basics - Convert a row vector to a column vector
675 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!