Borrar filtros
Borrar filtros

matrix turning nans to 1

1 visualización (últimos 30 días)
Mate 2u
Mate 2u el 18 de Jul. de 2012
Hi all, I have a 294x1 matrix, and I want to convert all the NaNs to 1.
If anybody could assist me I would be grateful.
Thanky ou.

Respuesta aceptada

Matt Kindig
Matt Kindig el 18 de Jul. de 2012
Let M be your matrix.
M(isnan(M))=1;

Más respuestas (0)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by