[FieldTrip] Fwd: Power Maps on Surface

Keyvan Mahjoory mahjoory86 at gmail.com
Thu Apr 2 15:51:23 CEST 2015


Dear Fieldtrip Users,


I used the surface file "cortex_5124.surf.gii" to restrict sources on
cortex. I wonder how I can plot powermaps on surface?

cfg.surffile=ft_read_headshape('cortex_5124.surf.gii');

even I save it's output in a new .mat file: "sourcemodel.mat" and tried
cgf.surffile =  'sourcemodel.mat';

in either case the function "ft_sourceplot"  gives error.

cfg = [];
cfg.method         = 'surface';
cfg.funparameter   = 'avg.pow';
cfg.funcolormap    = 'jet';
cfg.surffile='sourcemodel.mat';
ft_sourceplot(cfg, src)

In my code I have defined surface vertices and triangles, as well as power
per vertex, I wonder What is wrong in my code?

Many Thanks in advance,
Best,
Keyvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20150402/32733749/attachment.html>


More information about the fieldtrip mailing list