Azzera filtri
Azzera filtri

how to count non nan values

181 visualizzazioni (ultimi 30 giorni)
trailokya
trailokya il 22 Giu 2016
Modificato: Stephen23 il 22 Giu 2016
Sir in a vector of large dimension say (750,1) which has NaNs as well as some values. I want to count the non nan values. would you please help me

Risposta accettata

Stephen23
Stephen23 il 22 Giu 2016
Modificato: Stephen23 il 22 Giu 2016
nnz(~isnan(vec))
where vec is the vector (it could even be a matrix or ND array).

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays 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!

Translated by