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))
|
How to find the position of an element in a vector without using the find function
2477 Solvers
Back to basics 11 - Max Integer
678 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
249 Solvers
Determine the length of a string of characters
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!