Problem 792. Set some matrix elements to zero
Solution Stats
Problem Comments
Solution Comments
-
1 Comment
David Verrelli
on 4 Feb 2018
Hack.
-
2 Comments
David Verrelli
on 4 Feb 2018
"regexp" hack.
ASHOK MALLAGUNTA
on 9 Nov 2018
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
Christopher
on 27 Jun 2012
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.
Aurelien Queffurust
on 27 Jun 2012
Thanks for the comment . I have just updated the description.
Problem Recent Solvers359
Suggested Problems
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1065 Solvers
-
3852 Solvers
-
Arrange Vector in descending order
6887 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1146 Solvers
-
757 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!