Problem 42671. unique with nan

input

 x = [2 NaN 3 5 NaN;
      1 NaN 4 9 NaN;
      8 -2  7 6  -2;
      7  4  8 5  4];

output

 y_correct = 
 [2 NaN 3 5;
  1 NaN 4 9;
  8 -2  7 6;
  7  4  8 5];

Solution Stats

50.0% Correct | 50.0% Incorrect
Last Solution submitted on Oct 24, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers36

Suggested Problems

More from this Author92

Problem Tags

nan

Community Treasure Hunt

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

Start Hunting!