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))
|
Program an exclusive OR operation with logical operators
639 Solvers
07 - Common functions and indexing 6
348 Solvers
2455 Solvers
424 Solvers
236 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!