How to multiply 2 arrays by elements

1 次查看(过去 30 天)
I have 2 arrays of complex numbers and want to get the result of multiply element by element.
What can I do?
thanks a lot!

采纳的回答

Awais Saeed
Awais Saeed 2021-11-14
A = [3-4j, 1+3j, 10+10j];
B = [4+5j, 2+1j, 0+0j];
A.*B

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by