Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12;
y_correct = 'Look Up';
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 3;
y_correct = 'Look Right';
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 6;
y_correct = 'Look Back';
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
x = 9;
y_correct = 'Look Left';
assert(isequal(your_fcn_name(x),y_correct))
|
6721 Solvers
Program an exclusive OR operation with logical operators
639 Solvers
Arrange Vector in descending order
4077 Solvers
Area of an equilateral triangle
2759 Solvers
2334 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!