Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 6;
rng(7);
assert((round(abs(loln(N)),7) == 7.2900e-05))
|
2 | Pass |
N = 10;
rng(1000);
assert((round(abs(loln(N)),7) == 8.7600e-05))
|
6063 Solvers
1309 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Deleting an element in a matrix
325 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!