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))
|
707 Solvers
3375 Solvers
Sum of diagonal of a square matrix
1327 Solvers
Number of 1s in a binary string
2818 Solvers
Return the first and last character of a string
3446 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!