Improved method for labeling figure axes. INPUTS labels - cell array of strings, labels for display position - 'left', 'right', 'bottom', or 'top' slant - [optional] rotation for top and bottom labels in [-90,90] pvpairs - [optional] parameter / value list for text EXAMPLE load( 'images.mat' ); clf; cla; montage2( images(:,:,1:9), 1 ); imlabel( {'row1','row2','row3'}, 'left',[],{'FontSize',20} ); imlabel( {'column 1','column 2','column 3'}, 'bottom', -25, {'FontSize',20} ); DATESTAMP 29-Sep-2005 2:00pm See also MONTAGE2, TEXT2, TEXT