Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
m = magic(6);
m(m>=20) = 0;
user = MyFunc();
assert(isequal(m,user))
m =
0 1 6 0 19 0
3 0 7 0 0 0
0 9 2 0 0 0
8 0 0 17 10 15
0 5 0 12 14 16
4 0 0 13 18 11
|
495 Solvers
Flip the main diagonal of a matrix
506 Solvers
724 Solvers
401 Solvers
Find out value of sine given by degree.
231 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!