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)
|
404 Solvers
Arrange Vector in descending order
4075 Solvers
Multiples of a Number in a Given Range
214 Solvers
218 Solvers
Spot the First Occurrence of 5
365 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!