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
|
given 3 sides, find area of this triangle
600 Solvers
323 Solvers
328 Solvers
The Answer to Life, the Universe, and Everything
312 Solvers
311 Solvers