i need this ex code to solve it in MATLAB (matlab code need help to solve it)

Answers (1)

Just a simple example for page 1:
V = (-10 + 10i)/(21 + 2i);
I = 1;
Z = V/I
phasorZ = [abs(Z) angle(Z)]
angle_deg = phasorZ(2)*180/pi
Z = -0.4270 + 0.5169i
phasorZ =
0.6704 2.2612
angle_deg = 129.56

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!