| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: matrix to vectors conversion, Jos |
|---|---|
| Next by Date: | Is Q a Field ?, neui4002 |
| Previous by Thread: | Operators and 'NaN', kimmarg |
| Next by Thread: | Re: Operators and 'NaN', Michael Robbins |
| Indexes: | [Date] [Thread] [Top] [All Lists] |