Divide elements of one vector by another

328 Ansichten (letzte 30 Tage)
Eoghan Daly
Eoghan Daly am 30 Nov. 2015
Kommentiert: Daniel am 21 Mär. 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?

Akzeptierte Antwort

Star Strider
Star Strider am 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 Kommentare
Dushyant Kumar
Dushyant Kumar am 13 Jul. 2019
He means thankx in Hindi language :-)
Daniel
Daniel am 21 Mär. 2024
simple but effective lol

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by