This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -5;
y_correct = 0;
assert(isequal(coded_int_index(x),y_correct))
|
2 | Pass |
x = -3;
y_correct = 13;
assert(isequal(coded_int_index(x),y_correct))
|
3 | Pass |
x = 1;
y_correct = 38;
assert(isequal(coded_int_index(x),y_correct))
|
495 Solvers
191 Solvers
292 Solvers
Matlab Basics - Switching Assignments
171 Solvers
Help the Patriots get to the Super Bowl
150 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!