필터 지우기
필터 지우기

Using permute function for rearrange or for transpose complex multi-dim arrays. Do I need to conj before?

조회 수: 1 (최근 30일)
Hello
Please help me to understand: I figured out that for doing transpose of a complex multi-dim array (3d or 4d ...) I need to conjugate my array before, like:
permute(conj(A),[2 1 3]);
Am I right?
But then if I need only to rearrange the dimensions of my complex array (like 4th dimension will be 3rd) ,
Bnew = permute((B),[1 2 4 3]);
do I need to conjugate my array also?
I get confused, because later if do:
permute((Bnew),[1 2 4 3]);
I will get the same array as B, right?
Thank you!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by