Skip to main content

5.5) Joining And Reshaping Arrays (cont'd)


There are also Matlab functions to circular shift matrices (circshift), to rearrange the order of dimensions (permute), to flip matrices (fliplr, flipud, flipdim) and to rotate matrices (rot90). Examples of these are below:


We will revisit these Matlab functions when we start using images.