if i have complex number z=4+5i and i want angle(z) it is returning angle value in numerical form......is any method find angle in degree............thanks

 채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 1월 29일

0 개 추천

z = 4+5i;
angle_in_degrees = angle(z)*180/pi

추가 답변 (3개)

CHANDRABHAN Singh
CHANDRABHAN Singh 2020년 5월 26일

0 개 추천

angle = angle(z)*double(unitConversionFactor(u.radian,u.degree))
Herbert Ramos
Herbert Ramos 2020년 12월 9일

0 개 추천

z = 4+5i;
angleInRadians = angle(z)
angleInDegrees = rad2deg(angleInRadians)
N/A
N/A 2022년 6월 7일

0 개 추천

Hi, Manoj. Hopefully you are doing well. Here is my approach to solving your question.
For z = 4i + 5, the angle is tan^-1(0.8), giving you approximately 39 degrees.

카테고리

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

제품

질문:

2013년 1월 29일

답변:

N/A
2022년 6월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by