i need this ex code to solve it in MATLAB (matlab code need help to solve it)
Show older 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
1 Comment
Raghad Farajallah
on 9 Apr 2022
Categories
Find more on MATLAB 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!