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

211 visualizaciones (últimos 30 días)
ganesh s
ganesh s el 25 de Oct. de 2012
Comentada: Walter Roberson el 22 de Abr. de 2016
What is the meaning of '* in matlab???

Respuesta aceptada

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

Más respuestas (1)

James Tursa
James Tursa el 25 de Oct. de 2012
Editada: James Tursa el 25 de Oct. de 2012
' 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 comentarios
birpal kaur
birpal kaur el 22 de Abr. de 2016
what is the meaning of (a .*b) in matlab
Walter Roberson
Walter Roberson el 22 de Abr. de 2016
C = A.*B multiplies arrays A and B element by element and returns the result in C.

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by