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))
|
Select every other element of a vector
20334 Solvers
9831 Solvers
Number of digits in an integer
336 Solvers
Sum of the Multiplication of Vectors
202 Solvers
1172 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!