← back to fmri_data methods ·
Object methods index
Render an fmri_data / statistic_image as a colored overlay on
inflated or pial cortical surfaces. Returns surface handles you can
manipulate (alpha, colormap, view). The fastest path to a publication-
quality surface figure for a thresholded results map.
imgs = load_image_set('emotionreg');
t = ttest(imgs);
t = threshold(t, .005, 'unc', 'k', 10);
create_figure('s'); surface(t);fmri_data.montage— slice-based viewregion.surface— render a region object on cutaway surfacesaddbrain— get bare anatomical surface handles to draw ontorender_on_surface— lower-level surface-rendering primitive
