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))
|
Least common multiple of many numbers
159 Solvers
206 Solvers
322 Solvers
Flip the vector from right to left
749 Solvers
Matlab Basics - y as a function of x
242 Solvers