Back to the main page.
Bug 271 - the use of matlabversion fails for 2010a and b because they are represented as 7.10 and 7.11
Status | CLOSED FIXED |
Reported | 2010-12-08 11:16:00 +0100 |
Modified | 2011-01-12 09:29:50 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Eelke Spaak |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2010-12-08 11:16:02 +0100
e.g. peercellfun has if matlabversion>=7.8 % do something end the something has to be done for all higher versions. The same greater-than check is also used elsewhere (a.o. fieldtripdefs probably). Do a grep for matlabversion and fix it everywhere!