Nice Problem.
good
function c = hypotenuse(a,b)
c = sqrt(a^2+b^2)
end
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!!
Select every other element of a vector
20833 Solvers
given 3 sides, find area of this triangle
683 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3896 Solvers
370 Solvers
Finding perimeter of a rectangle
280 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!