Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

File metadata and controls

29 lines (22 loc) · 1.06 KB

region.surface — render regions on cortical / subcortical surfaces

← back to region methods · Object methods index

Project a region object onto cortical and subcortical surfaces with options for cutaways, four-panel cortical layouts, and custom positive / negative colormaps. Wraps surface_cutaway and related helpers. The quickest way to produce a publication-quality surface figure of an existing set of clusters.

Quick example

imgs = load_image_set('emotionreg');
t = ttest(imgs);
t = threshold(t, .005, 'unc', 'k', 10);
r = region(t);
create_figure('rs'); surface(r);

region.surface sample

See also