ipermute
Inverse permute array dimensions.
Syntax
R = ipermute(A, order)
Input argument
A - an array.
order - Dimension order: row vector
Output argument
R - result array rearranged with new dimension order.
Description
ipermute permutes the dimensions of an array (in inverse order of permute).
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated