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

3 次查看(过去 30 天)
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.

回答(1 个)

J Chen
J Chen 2019-11-29
put the tables in to two variables of matrices. Use element-wise operation: ./ or .*

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by