Permute matlab. B = permute(A, dimorder) rearranges the dimensions of an array in the order specified by the vector dimorder. For example, permute(A,[2 1]) ...
確定! 回上一頁