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))
y =
[]
|
Read a column of numbers and interpolate missing data
1235 Solvers
306 Solvers
Back to basics 19 - character types
225 Solvers
325 Solvers
Determine Whether an array is empty
646 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!