Great Problem
xd
function A = isocelesArea(x,y)
u=(2*x+y)/2;
A = sqrt(u*(u-x)^2*(u-y));
end
It takes me three times......
Use Pythagoreans theorem
Back to basics 12 - Input Arguments
527 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
555 Solvers
539 Solvers
There are 10 types of people in the world
327 Solvers
265 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!