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)
ans =
34.8630
|
2 | Pass |
x = 25;
ratio = 16/9;
y_correct = 21.789;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
ans =
21.7894
|
3 | Pass |
x = 10;
ratio = 16/9;
y_correct = 8.7158;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
ans =
8.7158
|
Return elements unique to either input
550 Solvers
283 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Matlab Basics - Absolute Value
360 Solvers
Calculate Amount of Cake Frosting
7518 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!