What is the meaning of '* in matlab???

 Réponse acceptée

Sachin Ganjare
Sachin Ganjare le 25 Oct 2012

0 votes

It means transpose & multiply.
But I think functionality varies across the new & old versions of matlab.
Refer link below for details:
Hope it helps!!!

Plus de réponses (1)

James Tursa
James Tursa le 25 Oct 2012
Modifié(e) : James Tursa le 25 Oct 2012

0 votes

' 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 commentaires

birpal kaur
birpal kaur le 22 Avr 2016
what is the meaning of (a .*b) in matlab
C = A.*B multiplies arrays A and B element by element and returns the result in C.

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by