Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = magic(5);
y_correct =[ 0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0
ans =
0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0
|
5365 Solvers
Back to basics 12 - Input Arguments
467 Solvers
144 Solvers
find the roots of a quadratic equation
124 Solvers
Matlab Basics - Switching Assignments
127 Solvers