Back to the main page.
Bug 2911 - qsubfeval no longer works since recent update for Octave compatibility (r10458)
Status | CLOSED DUPLICATE |
Reported | 2015-06-19 10:34:00 +0200 |
Modified | 2016-06-14 16:18:23 +0200 |
Product: | FieldTrip |
Component: | qsub |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jim Herring - 2015-06-19 10:34:46 +0200
Bugreport from Bart: Why: Undefined function 'matlabversion' for input arguments of type 'double'. Error in ft_platform_supports (line 39) tf=is_matlab() && matlabversion(varargin{:}); Error in qsubfeval (line 189) if ft_platform_supports('matlabversion',matlab_version_decimated) ______________________________________________________ I.e. ft_platform_supports calls matlabversion.m, which has been deleted. (if an older version of matlabversion.m is restored, it still does not work, because varargin only contains one version number (7.1 in my case of matlab2012a) and matlabversion.m requires two inputs.) Note: I am using matlab version 2012a Bart Gips
nno - 2015-06-19 10:56:20 +0200
(In reply to Jim Herring from comment #0) For thread, see: - http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=2828#c12 - https://github.com/fieldtrip/fieldtrip/pull/59
nno - 2015-06-19 16:01:09 +0200
(In reply to nno from comment #1) The missing matlabversion issue seems fixed in 75f84b74bbe3dc9fe66a295c4326add7ba5a714a.
Robert Oostenveld - 2015-06-19 16:08:57 +0200
although this one was filed first, 2912 fixes it. *** This bug has been marked as a duplicate of bug 2912 ***