How to multiply 2 arrays by elements

조회 수: 2 (최근 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 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