Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2,3,5];
y_correct = [2,2,3,3,5,5];
assert(isequal(duplicate(x),y_correct))
|
1421 Solvers
Set the array elements whose value is 13 to 0
938 Solvers
Create a Multiplication table matrix...
283 Solvers
464 Solvers
1160 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!