I have two arrays that I want to divide a specific way

3 Ansichten (letzte 30 Tage)
Adriana Amrhein
Adriana Amrhein am 20 Okt. 2021
Kommentiert: Adriana Amrhein am 20 Okt. 2021
I have two cell arrays (A and B), both arrays are 100x31. I want to divide the two arrays in a specfic way. I want to divide row 1 in array A by row 1 in array B, and so on. I want to do that over all rows creating a new array that is also 100x31.
I tried to just divide the two arrays like so:
C=A/B
and this created a new vector with lengths 100x101.
Thanks!
  1 Kommentar
Matt J
Matt J am 20 Okt. 2021
Isn't that just the same as dividing element by element A(i,j)/B(i,j) ?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Matt J
Matt J am 20 Okt. 2021

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by