Input(a) - is vector with any amount of values. Interpreted as legths of sides.
Output(b):
- Is true if there are any 3 values that can be used to make a right triangle
- Is false if u can't build a right triangle ;(
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers70
Suggested Problems
-
6977 Solvers
-
465 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13686 Solvers
-
Create a two dimensional zero matrix
525 Solvers
-
518 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Should [1 0] return an output of true?