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)))
|
5704 Solvers
495 Solvers
366 Solvers
412 Solvers
276 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!