Divide elements of one vector by another

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

Eoghan Daly
Eoghan Daly el 30 de Nov. de 2015
So Simple, Thank you
Star Strider
Star Strider el 1 de Dic. de 2015
My pleasure.
It’s not quite as simple as it might seem. MATLAB has become a large and complex language. It takes a while to learn it, and to learn how to search the documentation. That in part is what MATLAB Answers is useful for.
Manoj Kumar
Manoj Kumar el 27 de Abr. de 2019
Dhanyavaad
Star Strider
Star Strider el 27 de Abr. de 2019
What?
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 Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Nov. de 2015

Comentada:

el 21 de Mzo. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by