Back to the main page.
Bug 1102 - clarify output structure of ft_connectivityanalysis
Status | CLOSED FIXED |
Reported | 2011-11-02 10:07:00 +0100 |
Modified | 2011-11-02 14:32:36 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-11-02 10:07:50 +0100
I notice if isfield(data, 'freq'), stat.freq = data.freq; end if isfield(data, 'frequency'), stat.frequency = data.frequency; end if isfield(data, 'time'), stat.time = data.time; end if isfield(data, 'grad'), stat.grad = data.grad; end if isfield(data, 'elec'), stat.elec = data.elec; end if exist('dof', 'var'), stat.dof = dof; end what is the difference between freq and frequency and what is the type of output structure that has the frequency field? The ft_checkdata function might not like it...