is there such a matrix operator

1 回表示 (過去 30 日間)
zilai si
zilai si 2019 年 5 月 18 日
コメント済み: madhan ravi 2019 年 5 月 18 日
Hi, everyone. IF Let X = [x1 x2 x3], Y = [y1 y2 y3], is there any operator to get x1y1+x2y2+x3y3?

採用された回答

madhan ravi
madhan ravi 2019 年 5 月 18 日
  2 件のコメント
John D'Errico
John D'Errico 2019 年 5 月 18 日
Or...
dot(X,Y)
or
X*Y.'
madhan ravi
madhan ravi 2019 年 5 月 18 日
Thank you John D‘Errico :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Math についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by