This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
xin = magic(3);
t=2;
xout =[8 3 4 5 9 6 7];
assert(isequal(threshold(xin,t),xout))
|
7273 Solvers
13816 Solvers
414 Solvers
Deleting an element in a matrix
242 Solvers
184 Solvers