Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 6;
rng(7);
assert((round(abs(loln(N)),7) == 7.2900e-05))
ans =
-7.2890e-05
|
2 | Pass |
N = 10;
rng(1000);
assert((round(abs(loln(N)),7) == 8.7600e-05))
ans =
-8.7570e-05
|
17121 Solvers
Project Euler: Problem 4, Palindromic numbers
245 Solvers
Split a string into chunks of specified length
475 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3613 Solvers
Fix the last element of a cell array
344 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!