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!