This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 0.5555;
n = 3
y_correct = round(x*10^(n-1))/(10^(n-1));
assert(isequal(your_fcn_name(x,n),y_correct))
n =
3
y =
0.5600
|
733 Solvers
3610 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3624 Solvers
266 Solvers
289 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!