Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 1;
assert(isequal(log5(x),y_correct))
ans =
1
|
2 | Pass |
x = 25;
y_correct = 2;
assert(isequal(log5(x),y_correct))
ans =
2
|
284 Solvers
Sum the numbers on the main diagonal
453 Solvers
Find out total non zero element of matrix
193 Solvers
Create an anti-identity matrix
153 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!