How can I divide two columns of data?

41 visualizzazioni (ultimi 30 giorni)
onamaewa
onamaewa il 1 Mag 2019
Risposto: Walter Roberson il 1 Mag 2019
I have a file with two columns of data.
Column A:
2; 4; 6; 8; 10;
Column B:
2; 4; 3; 4; 5;
I want to divide these columns (A/B) to get the result:
1; 1; 2; 2; 2;
How can I do this?

Risposte (1)

Walter Roberson
Walter Roberson il 1 Mag 2019
A./B

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by