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!