[FieldTrip] bug in ft_connectivityanalysis

Thomas Hartmann thomas.hartmann at uni-konstanz.de
Fri Nov 25 13:51:17 CET 2011


hi,
i found a bug in ft_connectivityanalysis.m

on line 730, it sais:
if exist('powindx', 'var'), cat(2, optarg, {'powindx', powindx}); end

this line obviously has not effect. it should say:
if exist('powindx', 'var'), optarg = cat(2, optarg, {'powindx', 
powindx}); end

cheers,
thomas

-- 
Dipl. Psych. Thomas Hartmann

OBOB-Lab
University of Konstanz
Department of Psychology
P.O. Box D25
78457 Konstanz
Germany

Tel.: +49 (0)7531 88 4612
Fax: +49 (0)7531-88 4601
Email: thomas.hartmann at uni-konstanz.de
Homepage: http://www.uni-konstanz.de/obob

"I am a brain, Watson. The rest of me is a mere appendix. " (Arthur Conan Doyle)




More information about the fieldtrip mailing list