Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1.000;
assert(isequal(round_3_d_p(x),y_correct))
|
2 | Pass |
x = 2.3456;
y_correct = 2.346;
assert(isequal(round_3_d_p(x),y_correct))
|
3 | Pass |
x = 16.2683254;
y_correct = 16.268;
assert(isequal(round_3_d_p(x),y_correct))
|
Remove all the words that end with "ain"
1293 Solvers
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Sum all integers from 1 to 2^n
8421 Solvers
Simple equation: Annual salary
3779 Solvers
352 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!