Matlab: element wise complex conjugate transpose?

3 vues (au cours des 30 derniers jours)
K.E.
K.E. le 27 Août 2016
Modifié(e) : Azzi Abdelmalek le 27 Août 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?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 27 Août 2016
Modifié(e) : Azzi Abdelmalek le 27 Août 2016
  1 commentaire
K.E.
K.E. le 27 Août 2016
Modifié(e) : K.E. le 27 Août 2016
c(:)' does work

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by