Why doesn't the UNIQUE function work with NaNs ?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!