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))
r =
2 2 3 3 5 5
|
1051 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
Fahrenheit to Celsius converter
358 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!