how can find angle for symbolic function
显示 更早的评论
syms r2s r2ext F Text
r2=r2s+((1-(r2s).^2).*r2ext.*exp(-j*2*pi.*F.*Text));
2 个评论
ahmed fawzy
2012-10-23
Walter Roberson
2012-10-23
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
回答(1 个)
Matt Fig
2012-10-23
The angle is just:
ANG = atan(imag(r2s)/real(r2s));
4 个评论
ahmed fawzy
2012-10-23
Muruganandham Subramanian
2012-10-23
can we use angle() command?..
Matt Fig
2012-10-23
Not in 2011b. The ANGLE function calls ATAN2, which is not defined for symbolics.
john
2013-3-6
In witch version can by used angle for symbolics?
类别
在 帮助中心 和 File Exchange 中查找有关 Full-Wave Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!