Problem 300. Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the entire line containing NaN;
Solution Stats
Problem Comments
-
2 Comments
goc3
on 24 Feb 2017
Additional test cases have been added.
Mia Buckley
on 22 Jul 2021
I have the same problem and need a solution.
Solution Comments
Show commentsGroup

2022 New Year Cody Competition
- 30 Problems
- 4 Finishers
- Triangle Numbers
- Generate a vector like 1,2,2,3,3,3,4,4,4,4
- Make a random, non-repeating vector.
- Pizza!
- surrounded matrix
- Calculate the area of a triangle between three points
- Return the first and last characters of a character array
- Smallest distance between a point and a rectangle
- N-Queens Checker
- Minefield Sonar
- Get the length of a given vector
- Select every other element of a vector
- Acid and water
- Converts numbers into characters
- Rotate Matrix @180 degree
- linear least squares fitting
- Combined Ages 1 - Symmetric, n = 3
- Is this matrix orthogonal?
- Orthonormal matrix
- System of equations
- Remove NaN ?
- Find matching string from a list of strings
- calculate the day of the year from a date string.
- Matlab Basics - Convert a row vector to a column vector
- Which coins to give
- Fibonacci sequence
- Find max prime number
- Longest Divisor Run
- Perfect Square or not
- Word Counting and Indexing
Problem Recent Solvers1262
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!