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 Exchange에서 Tables에 대해 자세히 알아보기

제품

릴리스

R2018a

태그

질문:

2018년 12월 3일

편집:

2018년 12월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by