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);

See also
region.montage— render the same regions as a per-region mini-montagefmri_data.table— wrapper that callsregion.tableafter runningregion(...)for youfmri_data.table_of_atlas_regions_covered— complementary atlas-coverage view