Saturday, November 17, 2012
subaxis
subaxis
allows you to adjust the spacing in a subplot. Use subaxis instead of subplot.
% To fill the first column of a 4 by 3 plot:
h = subaxis(4,3,(i*3-2), 'Spacing', 0.045);
‹
›
Home
View web version