i need this ex code to solve it in MATLAB (matlab code need help to solve it)
2 views (last 30 days)
Show older comments

0 Comments
Answers (1)
Sam Chak
on 9 Apr 2022
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
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!