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))
|
2261 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
Return elements unique to either input
550 Solvers
273 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!