how can find angle for symbolic function
Afficher commentaires plus anciens
syms r2s r2ext F Text
r2=r2s+((1-(r2s).^2).*r2ext.*exp(-j*2*pi.*F.*Text));
2 commentaires
ahmed fawzy
le 23 Oct 2012
Walter Roberson
le 23 Oct 2012
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Réponses (1)
Matt Fig
le 23 Oct 2012
The angle is just:
ANG = atan(imag(r2s)/real(r2s));
4 commentaires
ahmed fawzy
le 23 Oct 2012
Muruganandham Subramanian
le 23 Oct 2012
can we use angle() command?..
Matt Fig
le 23 Oct 2012
Not in 2011b. The ANGLE function calls ATAN2, which is not defined for symbolics.
john
le 6 Mar 2013
In witch version can by used angle for symbolics?
Catégories
En savoir plus sur Full-Wave Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!