Quaternion Function Reference

permute

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

Syntax

Y = permute(X, order)

Description

permute(X, order) permutes the dimensions of an N-D array. 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: ipermute
MATLAB® function: permute

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

License terms.