Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 1];
y_correct = [1 1; 1 1];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1 4];
y_correct = [4 1; 1 4];
assert(isequal(your_fcn_name(x),y_correct))
|
1900 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
Output any real number that is neither positive nor negative
316 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!