What is the meaning of '* in matlab???
Afficher commentaires plus anciens
What is the meaning of '* in matlab???
Réponse acceptée
Plus de réponses (1)
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
le 22 Avr 2016
what is the meaning of (a .*b) in matlab
Walter Roberson
le 22 Avr 2016
C = A.*B multiplies arrays A and B element by element and returns the result in C.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!