How to select non-NaN from a matrix?
    23 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Say we are only interested to extract row with only a non-NAN,
1  1  1  1  0  0
1  1  1  1  0  0
1  1  1  NaN  0  NaN
1  1  1  1  0  0
1  1  1  1  0  0
1  1  1  1  0  0
1  1  1  1  0  0
1  1  1  1  0  0
1  1  1  1  0  0
NaN  1  1  1  0  0
That is, row 1,2,4,5,6,7,8,9.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su NaNs in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
