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
|
17125 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3617 Solvers
Sum of diagonals elements of a matrix
166 Solvers
272 Solvers
Replace every 3rd element in a vector with 4
170 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!