Prev: Is compiling CUDA-based S-functions, the using Real-Time Workshop Embedded Coder possible?
Next: Tansfer Matrix Method of DFB laser
From: yusuf awal on 24 Mar 2010 22:18 I have 1x5000 matrix A including NaN,how to know the NaN value location in that matrix? thanks ysf
From: dpb on 24 Mar 2010 22:26 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 24 Mar 2010 22:48
"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) |