How to convert complex numbers into cartesian form?

I need to convert this into cartesian form.
z4=real(5*exp(1i*2*pi*15*ty+0.9*pi));

댓글 수: 1

AndresVar
AndresVar 2022년 3월 3일
편집: AndresVar 2022년 3월 3일
z4 is a real number? so it's just (z4,0)

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

답변 (1개)

Walter Roberson
Walter Roberson 2022년 3월 3일

0 개 추천

It is a real value. x will be that value and y will be 0.
If you let tyr be the real part of ty and tyi be the imaginary part then
5*exp(-(3*pi*(100*tyi - 3))/10)*cos(30*pi*tyr)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2022년 3월 3일

편집:

2022년 3월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by