Divide elements of one vector by another

330 visualizaciones (últimos 30 días)
Eoghan Daly
Eoghan Daly el 30 de Nov. de 2015
Comentada: Daniel el 21 de Mzo. de 2024
Hi MATLAB People,
I have two 35x1 vectors A & B. how do I divide each individual element of A by its corresponding element in B into a new 35x1 vector C?

Respuesta aceptada

Star Strider
Star Strider el 30 de Nov. de 2015
Use the element-wise dot operator (./) division:
C = A./B
See Array v Matrix Operations for all the other wonderful things the dot operator can do.
  6 comentarios
Dushyant Kumar
Dushyant Kumar el 13 de Jul. de 2019
He means thankx in Hindi language :-)
Daniel
Daniel el 21 de Mzo. de 2024
simple but effective lol

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by