Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 77;
y_correct =4
assert(isequal(persistence(x),y_correct ))
y_correct =
4
|
2 | Pass |
%%
x = 976;
y_correct =5
assert(isequal(persistence(x),y_correct ))
y_correct =
5
|
3 | Pass |
%%
x =88869;
y_correct =7
assert(isequal(persistence(x),y_correct ))
y_correct =
7
|
Return the largest number that is adjacent to a zero
3749 Solvers
Maximum running product for a string of numbers
1112 Solvers
Create an index-powered vector
352 Solvers
07 - Common functions and indexing 1
338 Solvers
07 - Common functions and indexing 6
348 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!