In Your solution the last row contains 4. So probably You'd like to delete rows with at least one element smaller than 4.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = magic(6);
y_correct = [8 28 33 17 10 15;30 5 34 12 14 16;4 36 29 13 18 11]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
8 28 33 17 10 15
30 5 34 12 14 16
4 36 29 13 18 11
|
280 Solvers
128 Solvers
227 Solvers
Count decimal digits of a number
176 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!