pertrans
Transposition with reference to the 2nd diagonal
Syntax
[Y] = pertrans(X)
Arguments
- X, Y
square or rectangular matrices of any data type
Description
Y = pertrans(X)
returns the simultaneous permutation and transposition of
X
, i.e. the symmetric of X
with reference to the second diagonal (utility function).
Examples
See also
- transposition — (') transpose operator, string delimiter
- flipdim — reverses the order of (blocks of) rows, columns, pages.. of an array
- permute — permutes the dimensions of an array
Report an issue | ||
<< permute | Matrix - shaping | resize_matrix >> |