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.
0 个评论
回答(1 个)
J Chen
2019-11-29
put the tables in to two variables of matrices. Use element-wise operation: ./ or .*
2 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!