How to multiply 2 arrays by elements

1 回表示 (過去 30 日間)
Xizeng Feng
Xizeng Feng 2021 年 11 月 14 日
回答済み: Awais Saeed 2021 年 11 月 14 日
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 Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by