I have 2 tables. they are 1 x 68 tables. I want the values in one tabl to be divided by the corresponding values in the other table. any help?

 Akzeptierte Antwort

madhan ravi
madhan ravi am 3 Dez. 2018
Bearbeitet: madhan ravi am 3 Dez. 2018

2 Stimmen

% where T and T1 are tables
T.distance ./ T1.Time % just an example where T containing column distance is divided by time in T1

Weitere Antworten (0)

Kategorien

Produkte

Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by