mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
parent
9b1f4f1cb3
commit
77f28824af
@ -181,7 +181,7 @@ size(A) % ans = 3 3
|
||||
|
||||
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)
|
||||
transpose(A) % Transpose the matrix, without taking complex conjugate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user