Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = -2; b = 3; n = 6;
y_correct = [0.01 0.1 1.0 10.0 100.0 1000.0];
assert(isequal(y_correct,logarithmic_spacing(a,b,n)))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
965 Solvers
Number of digits in an integer
336 Solvers
Count decimal digits of a number
176 Solvers
509 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!