필터 지우기
필터 지우기

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 CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by