Borrar filtros
Borrar filtros

How to manage NaN in matrix during imwarp/fitgeotrans

1 visualización (últimos 30 días)
Chockalingam Kumar
Chockalingam Kumar el 3 de Abr. de 2019
Editada: KALYAN ACHARJYA el 4 de Abr. de 2019
I have a matrix that contains NaN. What is the best way to perform imwarp/fitgeotrans or imrotate operations on the matrix without changing the mean value of the elements of the matrix?
  1 comentario
KALYAN ACHARJYA
KALYAN ACHARJYA el 4 de Abr. de 2019
Editada: KALYAN ACHARJYA el 4 de Abr. de 2019
mean or mean2?
How do you find mean of matrix which having NaN elements? It Normally gives NaN
A =
16 2 3 13
5 NaN 10 8
9 7 6 12
4 14 15 1
>> original_mean=mean2(A)
original_mean =
NaN

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by