This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
z = 5
x = 5;
y_correct = 18.75;
assert(isequal(tub(z,x),y_correct))
z =
5
ans =
18.7500
|
351 Solvers
Remove the two elements next to NaN value
411 Solvers
158 Solvers
Find the area of a rectangle if length of the diagonal is given.
130 Solvers
125 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!