Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 77;
y_correct =4
assert(isequal(persistence(x),y_correct ))
y_correct =
4
y =
4
|
2 | Pass |
%%
x = 976;
y_correct =5
assert(isequal(persistence(x),y_correct ))
y_correct =
5
y =
5
|
3 | Pass |
%%
x =88869;
y_correct =7
assert(isequal(persistence(x),y_correct ))
y_correct =
7
y =
7
|
Sum all integers from 1 to 2^n
8412 Solvers
516 Solvers
poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
169 Solvers
485 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!