Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12358466243;
y_correct = 12358470000;
assert(isequal(round_ten_thou(x),y_correct))
|
2 | Pass |
x = 12358466243.325;
y_correct = 12358470000.000;
assert(isequal(round_ten_thou(x),y_correct))
|
Find common elements in matrix rows
1231 Solvers
Create a square matrix of multiples
383 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
249 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!