Phasor diagram - how to check angle in matlab?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
polibuda
Messages
51
Reaction score
9
I have a problem with checking angle in phasor diagram. I print my phasor diagram and I don't know how to check angle in window. Have somebody any idea how to search that? Maybe it is not possible and I need to add function in my MATLAB code to get result.

phasor.png
 
Physics news on Phys.org
There is a function that you can call: angle(z) which returns the phase angle in an array "z" of complex numbers.