Back to the main page.
Bug 3080 - exist.m second input during ft_sourceanalysis
Status | CLOSED FIXED |
Reported | 2016-02-25 11:00:00 +0100 |
Modified | 2016-05-05 10:04:49 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P5 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Tobias - 2016-02-25 11:00:44 +0100
******** Error using exist The optional second input to exist must be 'var', 'builtin', 'class', 'dir' or 'file'. Error in ft_sourceanalysis (line 164) hasbaseline = exist('data', 'baseline'); ******** During call to ft_sourceanalysis, 'exist.m' is called with two inputs ('data', 'baseline'). 'exist.m' does not allow two inputs. Using ft at the DCCN, local Matlab (R2015a) and on the cluster (R2014a).
Jan-Mathijs Schoffelen - 2016-02-25 12:09:04 +0100
Thanks for the report, this is due to a recent change in the code. We'll look into it.
Jan-Mathijs Schoffelen - 2016-02-25 12:09:32 +0100
@Robert, I'll look into it.