Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a = magic(4);
y=[16 2 3 13 10 7 4 14 15 1];
assert(isequal(z_mat(a),y))
|
2 | Fail |
a = ones(77);
y=ones(1,229);
assert(isequal(z_mat(a),y))
|
3 | Fail |
a = eye(7);
y=[1,zeros(1,8),1,zeros(1,8),1];
assert(isequal(z_mat(a),y))
|
4 | Fail |
a=[32 1 3 3;3 3 3 3;56 3 54 344;0 654 2 1];
y=[32 1 3 3 3 3 0 654 2 1];
assert(isequal(z_mat(a),y))
|
5 | Pass |
a = [101 101;101 101];
assert(isequal(z_mat(a),a(:)'))
|
2980 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
07 - Common functions and indexing 5
314 Solvers
Find the area of the four walls
203 Solvers
201 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!