mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
@@ -181,7 +181,7 @@ size(A) % ans = 3 3
|
|||||||
|
|
||||||
A(1, :) =[] % Delete the first row of the matrix
|
A(1, :) =[] % Delete the first row of the matrix
|
||||||
|
|
||||||
A' % Hermitian transpose the matrix
|
ctranspose(A) % Hermitian transpose the matrix
|
||||||
% (the transpose, followed by taking complex conjugate of each element)
|
% (the transpose, followed by taking complex conjugate of each element)
|
||||||
transpose(A) % Transpose the matrix, without taking complex conjugate
|
transpose(A) % Transpose the matrix, without taking complex conjugate
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user