Problem 792. Set some matrix elements to zero
Solution Stats
Problem Comments
Solution Comments
-
1 Comment
Hack.
-
2 Comments
"regexp" hack.
please check this code
problem : right angle or not
function flag = isrightangle(a,b,c)
if (c^2 == (b^2+a^2))
flag ='true'
else
flag = 'false'
end
end
-
2 Comments
Problem specification says nothing about more than one value in a row equaling the row max. Cases 5 or 6 should be included in the specification.
Thanks for the comment . I have just updated the description.
Problem Recent Solvers353
Suggested Problems
-
3735 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
1491 Solvers
-
Number of 1s in a binary string
5242 Solvers
-
Determine the number of odd integers in a vector
537 Solvers
-
473 Solvers
More from this Author30
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!