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))
|
232 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Return unique values without sorting
588 Solvers
725 Solvers
98 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!