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?

 Réponse acceptée

Star Strider
Star Strider le 30 Nov 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 commentaires

Eoghan Daly
Eoghan Daly le 30 Nov 2015
So Simple, Thank you
Star Strider
Star Strider le 1 Déc 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 le 27 Avr 2019
Dhanyavaad
Star Strider
Star Strider le 27 Avr 2019
What?
Dushyant Kumar
Dushyant Kumar le 13 Juil 2019
He means thankx in Hindi language :-)
Daniel
Daniel le 21 Mar 2024
simple but effective lol

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by