How do I divide one table by another?

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?

 Respuesta aceptada

madhan ravi
madhan ravi el 3 de Dic. de 2018
Editada: madhan ravi el 3 de Dic. de 2018
% where T and T1 are tables
T.distance ./ T1.Time % just an example where T containing column distance is divided by time in T1

Más respuestas (0)

Categorías

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 3 de Dic. de 2018

Editada:

el 3 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by