This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
z = 5
x = 5;
y_correct = 0.75;
assert(isequal(tub(z,x),y_correct))
z =
5
|
2 | Pass |
z = 10
x = 30;
y_correct = 2.25;
assert(isequal(tub(z,x),y_correct))
z =
10
|
381 Solvers
464 Solvers
Calculate the area of a triangle between three points
877 Solvers
465 Solvers
1161 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!