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

 Réponse acceptée

Stephen23
Stephen23 le 22 Juin 2016
Modifié(e) : Stephen23 le 22 Juin 2016

5 votes

nnz(~isnan(vec))
where vec is the vector (it could even be a matrix or ND array).

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by