Parameters Description Examples Calling Sequence ctranspose(M) Parameters M - matrix, vector, or array Description • Thectranspose(M)function computes the Hermitian transpose of the matrixM. The result,R, is given byR[i,j]=ctranspose(M[j,i]). ...
ctranspose,' Complex conjugate transpose collapse all in page Syntax B = A' B = ctranspose(A) Description example B =A'computes thecomplex conjugate transposeofA. B = ctranspose(A)is an alternate way to executeA', but is rarely used. It enables operator overloading for classes. ...
ページ単位の複素共役転置 R2020b 以降 ページ内をすべて折りたたむ構文 Y = pagectranspose(X)説明 Y = pagectranspose(X) は、N 次元配列 X の各ページに複素共役転置を適用します。出力 Y(:,:,i) の各ページは、X(:,:,i)' のように、X の対応するページの共役転置です。 例例...
Transpose Pages of Complex N-D Array Create a 3-D complex arrayA, and then usepagectransposeto find the complex conjugate transpose of each page of the array. r = repelem(1:3,3,1); A = cat(3,r,2*r,3*r); A = A + 1i ...
Transpose Pages of Complex N-D Array Create a 3-D complex arrayA, and then usepagectransposeto find the complex conjugate transpose of each page of the array. r = repelem(1:3,3,1); A = cat(3,r,2*r,3*r); A = A + 1i ...
example Examples collapse all Transpose Pages of Complex N-D Array Create a 3-D complex arrayA, and then usepagectransposeto find the complex conjugate transpose of each page of the array. r = repelem(1:3,3,1); A = cat(3,r,2*r,3*r); A = A + 1i ...
Version History Introduced in R2020b See Also ctranspose | permute | pagetranspose Topics Multidimensional ArraysWhy did you choose this rating? Submit How useful was this information? Unrated 1 star 2 stars 3 stars 4 stars 5 stars × Select a Web Site Choose a web site to get translated...