lpA = laurentPolynomial(Coefficients=[2 4 6]); lpB = laurentPolynomial(Coefficients=[1 3 5],MaxOrder=2); Create the Laurent matrixlmat=[−1b(z)a(z)7]. Get lmat = laurentMatrix(Elements={-1 lpA; lpB 7}); Display the elements of the transpose oflmat. Get lmatTrans = ctranspose(...
Since R2020b collapse all in page Syntax Y = pagectranspose(X) Description Y = pagectranspose(X)applies the complex conjugate transpose to each page of N-D arrayX. Each page of the outputY(:,:,i)is the conjugate transpose of the corresponding page inX, as inX(:,:,i)'. ...
Since R2020b collapse all in page Syntax Y = pagectranspose(X) Description Y = pagectranspose(X)applies the complex conjugate transpose to each page of N-D arrayX. Each page of the outputY(:,:,i)is the conjugate transpose of the corresponding page inX, as inX(:,:,i)'. ...