Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1.000;
assert(isequal(round_3_d_p(x),y_correct))
y =
1
|
2 | Pass |
x = 2.3456;
y_correct = 2.346;
assert(isequal(round_3_d_p(x),y_correct))
y =
2.3460
|
3 | Pass |
x = 16.2683254;
y_correct = 16.268;
assert(isequal(round_3_d_p(x),y_correct))
y =
16.2680
|
249 Solvers
Area of an equilateral triangle
2763 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
236 Solvers
2241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!