B = permute(A,dimorder)
rearranges the dimensions of an array in the order specified by the vector
dimorder. For example, permute(A,[2 1]) switches the
row and column dimensions of a matrix A. In general, the
ith dimension of the output array is the dimension
dimorder(i) from the input array.
If B is a heterogeneous cell array, dimorder
must be a constant. To learn more about heterogeneous cell arrays, see Code Generation for Cell Arrays (MATLAB Coder).
The permute function
fully supports GPU arrays. To run the function on a GPU, specify the input data as a gpuArray (Parallel Computing Toolbox). For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
Starting in R2019b, the syntax permute(A,dimorder) produces an error
when dimorder is a noninteger or complex value. Instead, specify real,
positive integer values for dimorder.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.