Quaternion Function Reference

ipermute

Inverse permute dimensions of N-D array
(Quaternion overloading of standard MATLAB® function)

Syntax

Y = ipermute(X, order)

Description

ipermute(X, order) inverts the permutations of an N-D array carried out by permute. It accepts the same arguments as the overloaded MATLAB® function and is implemented by calling the overloaded function on each component of X.

Examples

See Also

QTFM function: permute
MATLAB® function: ipermute

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.