Effacer les filtres
Effacer les filtres

How to multiply 2 arrays by elements

1 vue (au cours des 30 derniers jours)
Xizeng Feng
Xizeng Feng le 14 Nov 2021
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!

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by