This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(Is_Triangle(3,4,6),true))
flag =
logical
1
|
2 | Pass |
assert(isequal(Is_Triangle(6,4,3),true))
flag =
logical
1
|
3 | Pass |
assert(isequal(Is_Triangle(3,7,4),false))
flag =
logical
0
|
4 | Pass |
assert(isequal(Is_Triangle(4,3,7),false))
flag =
logical
0
|
5 | Pass |
assert(isequal(Is_Triangle(3,3,4),true))
flag =
logical
1
|
1836 Solvers
277 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3625 Solvers
573 Solvers
1815 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!