Phasor diagram - how to check angle in matlab?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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.