Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 1;
y_correct = [1 2;3 4];
assert(isequal(quadrants(n),y_correct))
n = 2;
y_correct = [1 1 2 2;1 1 2 2;3 3 4 4;3 3 4 4];
assert(isequal(quadrants(n),y_correct))
|
2500 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
2455 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!