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
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!