Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 2;
y_correct = [1 0;1 1];
assert(isequal(your_fcn_name(n),y_correct))
|
2 | Pass |
n = 4;
y_correct = [1 0 0 0; 1 1 0 0; 1 1 1 0; 1 1 1 1];
assert(isequal(your_fcn_name(n),y_correct))
|
6724 Solvers
1425 Solvers
Find the area of the four walls
203 Solvers
292 Solvers
1142 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!