a = imread( 'xxxx.bmp' ); b = imrotate( a, -5 );% 注意,如果是顺时针旋转,就是负的 imwrite( b, 'xxxx_change.bmp' );% 旋转后你再保存到某个位置