Nice Problem.
good
function c = hypotenuse(a,b)
c = sqrt(a^2+b^2)
end
Good one
I love this!
Noice
simply use pythagoraen theorem
Very easy :p Needed the confidence booster lmao
Just follow the Pythagoras theorem.
: )
Good starting challenging
:)
nice
Well, this was a bit embarrasing...
regexp
I forget allways this function!!
295 Solvers
Sum of diagonal of a square matrix
1340 Solvers
Replace multiples of 5 with NaN
364 Solvers
MATCH THE STRINGS (2 CHAR) very easy
252 Solvers
Area of an equilateral triangle
3033 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!