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))
|
2183 Solvers
Back to basics 8 - Matrix Diagonals
782 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
250 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!