Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4 - MATLAB Cody - MATLAB Central

Problem 774. Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4

Difficulty:Rate
Example:
in = magic(5)
in =
17 24 1 8 15
23 5 7 14 16
4 6 13 20 22
10 12 19 21 3
11 18 25 2 9
out =
23 5 7 14 16

Solution Stats

39.37% Correct | 60.63% Incorrect
Last Solution submitted on Dec 12, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers136

Suggested Problems

More from this Author10

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page