how can find angle for symbolic function

syms r2s r2ext F Text
r2=r2s+((1-(r2s).^2).*r2ext.*exp(-j*2*pi.*F.*Text));

回答(1 个)

The angle is just:
ANG = atan(imag(r2s)/real(r2s));

4 个评论

can we use angle() command?..
Not in 2011b. The ANGLE function calls ATAN2, which is not defined for symbolics.
In witch version can by used angle for symbolics?

请先登录,再进行评论。

标签

提问:

2012-10-23

Community Treasure Hunt

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

Start Hunting!

Translated by