Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 22.6796;
assert(isequal(your_fcn_name(x),y_correct))
kg =
22.6796
|
2 | Pass |
x = 100;
y_correct = 45.3592;
assert(isequal(your_fcn_name(x),y_correct))
kg =
45.3592
|
3 | Pass |
x = 500;
y_correct = 226.7960;
assert(isequal(your_fcn_name(x),y_correct))
kg =
226.7960
|
215 Solvers
251 Solvers
615 Solvers
116 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!