This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = [4 9 2
8 1 6
3 5 7];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 4;
y_correct = [ 4 14 15 1
5 11 10 8
9 7 6 12
16 2 3 13];
assert(isequal(your_fcn_name(x),y_correct))
|
1262 Solvers
Create a cell array out of a struct
508 Solvers
519 Solvers
1141 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!