x = 2009 : 2015;
plot( x, x );
xl = get( gca, 'XTickLabel' );
ext = repmat( '/1', length( xl ), 1 );
set( gca, 'XTickLabel', [ xl, ext ] );
x = 2009 : 2015;
plot( x, x );
xl = get( gca, 'XTickLabel' );
ext = repmat( '/1', length( xl ), 1 );
set( gca, 'XTickLabel', [ xl, ext ] );