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

2 vues (au cours des 30 derniers jours)
Zeynab Mousavikhamene
Zeynab Mousavikhamene le 29 Nov 2019
Commenté : J Chen le 29 Nov 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.

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by