Why doesn't the UNIQUE function work with NaNs ?
Show older comments
Why doesn't the UNIQUE function work with NaNs ?
For example:
>> unique([1 2 3 3 4 NaN NaN])
ans =
1 2 3 4 NaN NaN
Accepted Answer
More Answers (0)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!