From: yusuf awal on
I have 1x5000 matrix A including NaN,how to know the NaN value location in that matrix?

thanks

ysf
From: dpb on
yusuf awal wrote:
> I have 1x5000 matrix A including NaN,how to know the NaN value location
> in that matrix?

doc isnan

--
From: Jon Smith on
"yusuf awal" <awaludinium(a)yahoo.com> wrote in message <hoeh4v$n89$1(a)fred.mathworks.com>...
> I have 1x5000 matrix A including NaN,how to know the NaN value location in that matrix?
>
> thanks
>
> ysf

X = isnan(A)