Hello Matthias,
I've run a searchlight across channels and performed cluster-based permutation tests. When I use mv_plot_result, I get the following:

Instead, I would like something like the following but with non-significant electrodes masked out (or significant electrodes highlighted with stars like in FieldTrip)

This is the code I'm using:
stat_searchlight_animacy = mv_statistics(cfg_stat,result_searchlight_animacy);
average_searchlight_animacy = mv_combine_results(result_searchlight_animacy, 'average');
mv_plot_result(average_searchlight_animacy,'mask',stat_searchlight_animacy.mask),title('Animacy')
% mv_plot_topography(cfg_plot, [?], layout.pos);
Is there a way to plot the output of mv_statistics using mv_plot_topography?
Thank you!
Hello Matthias,
I've run a searchlight across channels and performed cluster-based permutation tests. When I use mv_plot_result, I get the following:
Instead, I would like something like the following but with non-significant electrodes masked out (or significant electrodes highlighted with stars like in FieldTrip)
This is the code I'm using:
stat_searchlight_animacy = mv_statistics(cfg_stat,result_searchlight_animacy);average_searchlight_animacy = mv_combine_results(result_searchlight_animacy, 'average');mv_plot_result(average_searchlight_animacy,'mask',stat_searchlight_animacy.mask),title('Animacy')% mv_plot_topography(cfg_plot, [?], layout.pos);Is there a way to plot the output of mv_statistics using mv_plot_topography?
Thank you!