numpy.ma.transpose()

numpy.ma.transpose

numpy.ma.transpose(a, axes=None) [source]

Permute the dimensions of an array.

This function is exactly equivalent to numpy.transpose.

See also

numpy.transpose
Equivalent function in top-level NumPy module.

Examples

登录查看完整内容