get number of regions $Id$
0001 function n = n_regions(o) 0002 % get number of regions 0003 % 0004 % $Id$ 0005 0006 n = summary_size(o, 2);