What's the difference using .* and *, or ./ and /?

Hi when do I know to use the . in dividing or multiplying? Originally, I had thought to use .* or ./ if we are doing element-by-element product/division of two matrices, and use * for matrix multiplication/division. If it's related to the array/vector/matrix stuff, I'm a bit fuzzy on that too, so any explanations would be great!!
Thanks!!

 Respuesta aceptada

per isakson
per isakson el 11 de Jun. de 2015
Editada: per isakson el 11 de Jun. de 2015

1 voto

Element-by-element operations. These are obtained using .* , .^, ./, or .\. See the Arithmetic Operators page. See

Más respuestas (0)

Categorías

Productos

Preguntada:

el 11 de Jun. de 2015

Editada:

el 11 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by