Converting rectangular form complex numbers into polar form
显示 更早的评论
I am having trouble converting rectangular form complex numbers into polar form by writing a MATLAB script file.
I'm not fimular with MATLAB keywords but need to use this to prove my answers.
Z = 4 + j 5
采纳的回答
更多回答(1 个)
Robin Gangopadhya
2019-9-4
1 个投票
it is the absolute value of the complex number a+jb= sqrt(a^2+b^2)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!