comp.soft-sys.matlab
[Top] [All Lists]

Re: Operators and 'NaN'

Subject: Re: Operators and 'NaN'
From: "Felipe Tagle"
Date: 21 Sep 2005 12:29:00 -0700
Newsgroups: comp.soft-sys.matlab
There are several functions built into matlab that dismiss NaN values,
such as nanmean(), nanstd(), nanvar(). If not supported, try logical
subscripting of the type: variable(~isnan(variable)).


<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy