Nice Problem.
good
function c = hypotenuse(a,b)
c = sqrt(a^2+b^2)
end
I love this!
Noice
simply use pythagoraen theorem
hypot(A,B)
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!!
How to find the position of an element in a vector without using the find function
2477 Solvers
17125 Solvers
Getting the indices from a vector
3207 Solvers
1097 Solvers
2629 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!