Back to the main page.

Bug 2476 - fr_freqanalysis_mvar gets confused with the loadvar due to it being wrapped in ft_freqanalysis

Status CLOSED FIXED
Reported 2014-02-18 18:34:00 +0100
Modified 2015-01-12 09:23:15 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2014-02-18 18:34:40 +0100

trying to do ... cfg.method = 'mvar' cfg.inputfile = something ft_freqanalysis(cfg) fails, because both ft_freqanalysis and ft_freqanalysis_mvar try to do the ft_preamble_loadvar. This was detected in the test script for bug #1937


Jan-Mathijs Schoffelen - 2014-06-20 14:10:28 +0200

bash-4.1$ svn commit -m "bugfix - allow for inputfile when calling ft_freqanalysis with cfg.method = 'mvar'" ft_freqanalysis.m test/test_bug2476.m Sending ft_freqanalysis.m Adding test/test_bug2476.m Transmitting file data .. Committed revision 9644.