Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(only_input(x),y_correct))
x =
1
|
2 | Pass |
%%
x = 127;
y_correct = 127;
assert(isequal(only_input(x),y_correct))
x =
127
|
Back to basics 9 - Indexed References
392 Solvers
420 Solvers
Create matrix of replicated elements
321 Solvers
321 Solvers
213 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!