Back to the main page.
Bug 2011 - bug in nanmean m file (and possibly other nanXXX files?)
| Status | CLOSED FIXED |
| Reported | 2013-02-27 12:22:00 +0100 |
| Modified | 2015-07-15 13:27:39 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Jim Herring |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Eelke Spaak - 2013-02-27 12:22:59 +0100
Very simple bug: there is an ~isnan(t) which should be an ~isnan(x).
Eelke Spaak - 2013-02-27 12:43:02 +0100
Joern here: the actual problem is that nanmean is not mexed for mac 32bit, that would prevent the .m file to be called at all ;)