Back to the main page.

Bug 51 - bug in for-loop for plotting electrode numbers in ft_topoplotER

Status CLOSED FIXED
Reported 2010-03-17 08:43:00 +0100
Modified 2010-03-17 08:50:48 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2010-03-17 08:43:42 +0100

I found a bug the forloop index for plotting electrode numbers (when cfg.marker = 'numbers';) in ft_topoplotER. Line 638 should read: for ichan = 1:length(labelindex) instead of what it currently is: for ichan = 1:length(chansel) as there is no variable named chansel. Best, Matt -- Univ. of Colorado at Boulder Dept. of Psychology and Neuroscience matthew.mollison@colorado.edu http://psych.colorado.edu/~mollison/


Robert Oostenveld - 2010-03-17 08:44:20 +0100

fixed, also on line 613