No BSD License
a = 1:8; a = reshape(a,2,4) b = flipdim(a,1) % identique flipud(a) c = flipdim(a,2) % identique fliplf(a) d = rot90(a,1) % identique rotate90(a) e = rot90(a,2) e = rot90(a,3)
Contact us at files@mathworks.com