Problem 43751. Remove Missing Values from a Table or an Array
Remove missing entries from an array or table. If A is a vector, then remove any entry that contains missing data. If A is a matrix or table, then remove any row that contains missing data. Missing values are defined according to the data type of A:
NaN — double, single, duration, and calendarDuration
NaT — datetime
<missing> — string
<undefined> — categorical
' ' — char
{''} — cell of character arrays
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3016 Solvers
-
123 Solvers
-
Determine the length of a string of characters
258 Solvers
-
234 Solvers
-
Sum of adjacent elements in a vector
576 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!