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(...
Page-wise complex conjugate transpose Since R2020b collapse all in pageSyntax Y = pagectranspose(X)Description Y = pagectranspose(X) applies the complex conjugate transpose to each page of N-D array X. Each page of the output Y(:,:,i) is the conjugate transpose of the corresponding page...