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
|
376 Solvers
Basics: 'Find the eigenvalues of given matrix
322 Solvers
281 Solvers
Side of an equilateral triangle
2595 Solvers
Natural numbers in string form
347 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!