How do I delete all rows in a table depending on one column's NaNs?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Lu Da Silva
 el 17 de En. de 2022
  
    
    
    
    
    Comentada: Lu Da Silva
 el 17 de En. de 2022
            Hi,
I have a table A:
1        2        3
NaN      4        5
3        4       NaN 
I need to delete all rows where column 3 has a NaN, so as to obtain B:
1        2        3
NaN      4        5
Thanks!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre NaNs 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!

