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에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!