how to do element wise multiplication of 2 columns in array?

3 次查看(过去 30 天)
how to do element wise multiplication of 2 columns in array?

采纳的回答

Matt J
Matt J 2021-11-18
For example,
A=randi(10,5,2)
A = 5×2
1 10 4 8 6 7 4 5 7 5
A(:,1).*A(:,2)
ans = 5×1
10 32 42 20 35

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by