Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
m = magic(6);
m(m>=20) = 0;
user = MyFunc();
assert(isequal(m,user))
ans =
35 1 6 26 19 24
3 32 7 21 23 25
31 9 2 22 27 20
8 28 33 17 10 15
30 5 34 12 14 16
4 36 29 13 18 11
|
Find the largest value in the 3D matrix
1056 Solvers
Create an index-powered vector
352 Solvers
511 Solvers
273 Solvers
Matlab Basics - Logical Tests I
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!