<< invhilb | Elementary functions | isapprox >> |
R = ipermute(A, order) |
an array.
Dimension order: row vector
result array rearranged with new dimension order.
x = [1 2 3; 4 5 6]
y = permute(x,[3 1 2])
x2 = ipermute(y,[3 1 2])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET