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))
|
15299 Solvers
Back to basics 3 - Temp Directory
328 Solvers
Set the array elements whose value is 13 to 0
939 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!