How to do the hermatin function in matlab?

3 visualizaciones (últimos 30 días)
VISHALI V
VISHALI V el 9 de Feb. de 2018
Comentada: VISHALI V el 9 de Feb. de 2018
I have a matrix of 10x5.I want a complex conjugate transpose matrix with the size of 10x5.can you please give the code for that?
  2 comentarios
Matt J
Matt J el 9 de Feb. de 2018
If you transpose (with or without conjugation) a matrix of size 10x5 shouldn't the result be 5x10?
VISHALI V
VISHALI V el 9 de Feb. de 2018
no,it result must be in 5x10

Iniciar sesión para comentar.

Respuesta aceptada

Birdman
Birdman el 9 de Feb. de 2018
Use conj function.
a=ones(10,5)*complex(rand(5),rand(5))
conj(a)

Más respuestas (1)

Abhishek Ballaney
Abhishek Ballaney el 9 de Feb. de 2018
https://in.mathworks.com/help/matlab/ref/ctranspose.html

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by