Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1.000;
assert(isequal(round_3_d_p(x),y_correct))
ans =
1
|
2 | Pass |
x = 2.3456;
y_correct = 2.346;
assert(isequal(round_3_d_p(x),y_correct))
ans =
2.3460
|
3 | Pass |
x = 16.2683254;
y_correct = 16.268;
assert(isequal(round_3_d_p(x),y_correct))
ans =
16.2680
|
733 Solvers
2261 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
07 - Common functions and indexing 6
348 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!