필터 지우기
필터 지우기

Matlab: element wise complex conjugate transpose?

조회 수: 4 (최근 30일)
K.E.
K.E. 2016년 8월 27일
편집: Azzi Abdelmalek 2016년 8월 27일
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?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 27일
편집: Azzi Abdelmalek 2016년 8월 27일
  댓글 수: 1
K.E.
K.E. 2016년 8월 27일
편집: K.E. 2016년 8월 27일
c(:)' does work

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by