Problem 44430. remove every row&col for every nan

for a given matrix, remove the row and column of every nan. Example

x=[1     2   NaN
   4     5     6
   7     8     9]
y= [4     5
    7     8]

Solution Stats

49.14% Correct | 50.86% Incorrect
Last Solution submitted on Mar 18, 2024

Solution Comments

Show comments

Problem Recent Solvers55

Suggested Problems

More from this Author12

Problem Tags

Community Treasure Hunt

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

Start Hunting!