Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 1;
assert(isequal(log5(x),y_correct))
y =
1
|
2 | Pass |
x = 25;
y_correct = 2;
assert(isequal(log5(x),y_correct))
y =
2
|
Return the largest number that is adjacent to a zero
3751 Solvers
1263 Solvers
convert matrix to single column
308 Solvers
400 Solvers
1161 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!