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 = 1;
y_correct = 1;
assert(isequal(only_input(x),y_correct))
|
2 | Pass |
x = 127;
y_correct = 127;
assert(isequal(only_input(x),y_correct))
|
3418 Solvers
357 Solvers
379 Solvers
07 - Common functions and indexing 1
269 Solvers
414 Solvers