how can find angle for symbolic function

4 visualizzazioni (ultimi 30 giorni)
ahmed fawzy
ahmed fawzy il 23 Ott 2012
syms r2s r2ext F Text
r2=r2s+((1-(r2s).^2).*r2ext.*exp(-j*2*pi.*F.*Text));
  2 Commenti
ahmed fawzy
ahmed fawzy il 23 Ott 2012
please if any one know answer reply quikly

Accedi per commentare.

Risposte (1)

Matt Fig
Matt Fig il 23 Ott 2012
The angle is just:
ANG = atan(imag(r2s)/real(r2s));
  4 Commenti
Matt Fig
Matt Fig il 23 Ott 2012
Not in 2011b. The ANGLE function calls ATAN2, which is not defined for symbolics.
john
john il 6 Mar 2013
In witch version can by used angle for symbolics?

Accedi per commentare.

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by