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?

 採用された回答

madhan ravi
madhan ravi 2018 年 12 月 3 日
編集済み: madhan ravi 2018 年 12 月 3 日

2 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

製品

リリース

R2018a

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by