Matlab: element wise complex conjugate transpose?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
K.E.
el 27 de Ag. de 2016
Editada: Azzi Abdelmalek
el 27 de Ag. de 2016
vi is a 10 by 1 complex vector.
c = [v1 v2 v3 v4 v5 v6] is a list of 10 by 6 containing them.
What is the fastest or general way to produce
d = [v1' v2' v3' v4' v5' v6']
where complex conjugate transpose is applied to each vector, and
d being 1 by 60?
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 27 de Ag. de 2016
Editada: Azzi Abdelmalek
el 27 de Ag. de 2016
d=c(:)'
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!