[FieldTrip] question about ft_sourceinterpolate

zhaoyizhe zhaoyizhe at gmail.com
Mon Feb 20 11:51:07 CET 2012


Dear all,

I have a problem in function of 'ft_sourceinterpolate'.

I run the scrips below, and data from the ftp sever as the test data.

the result is below: 
??? Error using ==> ft_checkconfig at 162
The field cfg.parameter is required


cfg.parameter='all' has been tried. 
the result is below: 
??? Reference to non-existent field 'all'.

Would you mind tell me how to deal with it? Thanks a lot in advance.


--------------------------------------
close
clc
clear


load source
mri = ft_read_mri('Subject01.mri');

cfg = [];
cfg.downsample = 2;
sourcePostInt  = ft_sourceinterpolate(cfg, sourcePost , mri);

--------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120220/3875fc67/attachment.html>


More information about the fieldtrip mailing list