Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 2 3;2 4 6;4 8 12];
assert(isequal(func(x),y_correct))
ans =
1 2 3
2 4 6
4 8 12
|
5467 Solvers
Mersenne Primes vs. All Primes
166 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
326 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!