is there such a matrix operator

1 vue (au cours des 30 derniers jours)
zilai si
zilai si le 18 Mai 2019
Commenté : madhan ravi le 18 Mai 2019
Hi, everyone. IF Let X = [x1 x2 x3], Y = [y1 y2 y3], is there any operator to get x1y1+x2y2+x3y3?

Réponse acceptée

madhan ravi
madhan ravi le 18 Mai 2019
  2 commentaires
John D'Errico
John D'Errico le 18 Mai 2019
Or...
dot(X,Y)
or
X*Y.'
madhan ravi
madhan ravi le 18 Mai 2019
Thank you John D‘Errico :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Elementary Math dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by