Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 40;
ratio = 16/9;
y_correct = 34.863;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
2 | Pass |
x = 25;
ratio = 16/9;
y_correct = 21.789;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
3 | Pass |
x = 10;
ratio = 16/9;
y_correct = 8.7158;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
4106 Solvers
401 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
511 Solvers
389 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!