Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 1;
assert(isequal(log5(x),y_correct))
|
2 | Pass |
x = 25;
y_correct = 2;
assert(isequal(log5(x),y_correct))
|
351 Solvers
Getting the row and column location from a matrix
236 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
323 Solvers
111 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!