region.table

May 7, 2026 · View on GitHub

← back to region methods · Object methods index

Print a results table for a region object array, one row per region, with peak coordinates, volume, mean / max statistic value, and an atlas-derived anatomical label. Returns the labelled region object plus a MATLAB table for further analysis. The underlying engine for the fmri_data.table / statistic_image.table wrappers — call directly when you already have a region object.

Quick example

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

region.table sample

See also