how to subtract/divide corresponding rows and columns of two tables?

2 visualizaciones (últimos 30 días)
Zeynab Mousavikhamene
Zeynab Mousavikhamene el 29 de Nov. de 2019
Comentada: J Chen el 29 de Nov. de 2019
There are twoe tables that have the same number of columns and rows. How can I substractdivide each correpsonindg elelments?
They are very large tables (many rows and columns) so I am searching for a standard matlab command.

Respuestas (1)

J Chen
J Chen el 29 de Nov. de 2019
put the tables in to two variables of matrices. Use element-wise operation: ./ or .*
  2 comentarios
Zeynab Mousavikhamene
Zeynab Mousavikhamene el 29 de Nov. de 2019
@ J Chen: As they are large table, I am searching for efficient method like a matlab command.
J Chen
J Chen el 29 de Nov. de 2019
./ and .* are standard matlab command. they should be efficient. give them a try.

Iniciar sesión para comentar.

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by