Back to the main page.
Bug 760 - ft_sourcegrandaverage uses .dim field
Status | CLOSED FIXED |
Reported | 2011-06-14 12:52:00 +0200 |
Modified | 2011-07-13 14:46:45 +0200 |
Product: | FieldTrip |
Component: | inverse |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Stephen Whitmarsh - 2011-06-14 12:52:13 +0200
on 113: Nvoxel = prod(vargin{1}.dim) (my source structure doesnt contain a .dim field) Seems it shouldn't rely on it. Rather I would suggest something like: Nvoxel = size(varin{1}.pos,2) of something like that? cheers, stephen
Robert Oostenveld - 2011-06-14 13:22:41 +0200
agreed, please go ahead
Stephen Whitmarsh - 2011-06-14 14:25:26 +0200
okidoki, done