Please help me how to proceed with the below equation to get A's and pi's values

조회 수: 1 (최근 30일)
{AcosΦ}+i{AsinΦ}={Ae^iΦ}
i am having the values as follows
{0.167; 0.096}+i{0.3; -0.1}={Ae^iΦ}
Thanks in advance.

답변 (1개)

Swetha Polemoni
Swetha Polemoni 2020년 8월 5일
Inbuilt abs, angle and complex functions can be used.
A= [abs (complex (0.167,0.3)); abs (complex (0.096,-0.1))]
Φ= [angle (complex (0.167,0.3)); angle (complex (0.096,-0.1))]
You can refer to the following links for more information:
  댓글 수: 4

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Acoustics, Noise and Vibration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by