What is the meaning of '* in matlab???
이전 댓글 표시
채택된 답변
추가 답변 (1개)
James Tursa
2012년 10월 25일
편집: James Tursa
2012년 10월 25일
0 개 추천
' is conjugate transpose operator
- is matrix multiply operator
A'*B means conjugate transpose of A multiplied by B, which is the same thing as transpose of A times B for real variables.
댓글 수: 2
birpal kaur
2016년 4월 22일
what is the meaning of (a .*b) in matlab
Walter Roberson
2016년 4월 22일
C = A.*B multiplies arrays A and B element by element and returns the result in C.
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!