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))
|
9823 Solvers
Back to basics 4 - Search Path
321 Solvers
Who knows the last digit of pi?
557 Solvers
175 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!