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

Project Euler I
- 10 Problems
- 852 Finishers
- Project Euler: Problem 1, Multiples of 3 and 5
- Project Euler: Problem 2, Sum of even Fibonacci
- Project Euler: Problem 3, Largest prime factor
- Project Euler: Problem 4, Palindromic numbers
- Project Euler: Problem 5, Smallest multiple
- Project Euler: Problem 6, Natural numbers, squares and sums.
- Project Euler: Problem 7, Nth prime
- Project Euler: Problem 8, Find largest product in a large string of numbers
- Project Euler: Problem 9, Pythagorean numbers
- Project Euler: Problem 10, Sum of Primes
Problem Recent Solvers1253
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!