What's this???
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)
|
Numbers with prime factors 2, 3 and 5.
166 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
convert matrix to single column
306 Solvers
327 Solvers
2055 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!