Question

Use the circuit below to complete the given MATLAB script to plot the three currents 11, 12, and 13. Run MATLAB then pick an

0 0
Add a comment Improve this question Transcribed image text
Answer #1

MATLAB CODE::

clc; clear all; close all;
%% data
z1=2;z2=2j;z3=2-2j;
theta=45*(pi/180);R=8;
[a b]=pol2cart(theta,R);
Vs=a+b*j
z23=1/((1/z2)+(1/z3))
zeq=z23+z1
i1=Vs/zeq
i2=i1*(z3/(z2+z3))
i3=i1*(z2/(z2+z3))
x=[real(i1) real(i2) real(i3)];
y=[imag(i1) imag(i2) imag(i3)];
I=x+y*j;
clr=lines(numel(x,y));
h=compass(I)
set(h,{'color'},num2cell(clr,2),'linewidth',2)
u=abs(I)
v=phase(I)*(180/pi)
figure(1)

vl=i2*z2
vr=i3*2
vc=i3*-2j


MATLAB RESULTS::


Vs =

5.6569 + 5.6569i


z23 =

2.0000 + 2.0000i


zeq =

4.0000 + 2.0000i


i1 =

1.6971 + 0.5657i


i2 =

2.2627 - 1.1314i


i3 =

-0.5657 + 1.6971i


h =

3x1 Line array:

Line
Line
Line


u =

1.7889 2.5298 1.7889


v =

18.4349 -26.5651 108.4349

>> 90 3 120 60 2 150 30 1 > 180 0 210 330 240 300 270

PLOT Option ( D) is coorect answer.

Please give POSITIVE rating if you understood the answer thank you

Add a comment
Know the answer?
Add Answer to:
Use the circuit below to complete the given MATLAB script to plot the three currents 11,...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use the circuit below to complete the given MATLAB script to plot the three currents I1,...

    Use the circuit below to complete the given MATLAB script to plot the three currents I1, I2, and I3. Run MATLAB then pick an answer from the choices below that matches the MATLAB plot. MATLAB uncomplete script %phasor plot clc; clear all; close all; Z1=2; Z2=2j; Z3=2-2j; %no need to use the * as in 6*j %Vs=8/_45 theta=45*pi/180; %convert theta to radians R=8; [a,b]=pol2cart(theta,R); %note theta first in the arguments Vs=a+j*b; %cartesian form Z23= ___________; % Complete Zeq=____________ ; %...

  • Use the circuit below to complete the given MATLAB script to plot the three voltages Vr,...

    Use the circuit below to complete the given MATLAB script to plot the three voltages Vr, Vc and VL. Run MATLAB then pick an answer from the choices below that matches the MATLAB plot. MATLAB uncomplete script clc; close all; clear all; Mvs= 10; Avs=30*pi/180; [Xvs Yvs]=pol2cart(Avs, Mvs); Vs=Xvs+j*Yvs; % Impedances values Zr=4; ZL=10j; Zc=-12j; % total equivalent impedance of series R, L and C Zeq = ; %complete % Calculate current It = ; %complete Vr= ; %complete Vc=...

  • Use the circuit below to complete the given MATLAB script to plot the three voltages Vr....

    Use the circuit below to complete the given MATLAB script to plot the three voltages Vr. Vc and VL. Run MATLAB then pick an answer from the choices below that matches the MATLAB plot. 412 1102 W m Zr ZL + Vr - + VL - + Vc Zc 5-122 10/30°v vs MATLAB uncomplete script clc; close all; clear all; Mvs= 10; Avs=30pi/180; [Xvs Yvs]=pol2cart(Avs, Mvs); Vs=Xvs+j"Yvs; % Impedances values Zr=4; ZL=10j; Zc--12j; % total equivalent impedance of series R....

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers Answer all missing MATLAB variables . Zeq = . It = Vr = Vc = VL = MOST IMPORTANT... Which graph is correct??? Use the circuit below to complete the given MATLAB script to plot the three currents 11,12 and 13. Run MATLAB then pick an answer from the...

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers Answer all missing MATLAB variables . Zeq = . It = Vr = Vc = VL = MOST IMPORTANT... Which graph is correct??? Use the circuit below to complete the given MATLAB script to plot the three voltages Vr. Vc and VL. Run MATLAB then pick an answer from...

  • Use Loop Analysis to complete the elements of the Amatrix of the equation A*I=S, where A...

    Use Loop Analysis to complete the elements of the Amatrix of the equation A*I=S, where A is the nodal matrix, I is the loop currents vector and Sis the sources vector for the circuit below: 13 Z1 212 2/0° A 12/6° v Is Vs 22 Tize 11 73 & 14.01 24 32/2 v 13 Copy the Rxx and paste below then complete. R11= ; R12= ; R13= R21= ; R22= ; R23= R31= ; R32= ; R33= For the circuit...

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers Use Loop Analysis to complete the elements of the Amatrix of the equation A*I=S, where A is the nodal matrix, I is the loop currents vector and Sis the sources vector for the circuit below: 13 Z1 212 2/0° 12%ºv + Is Vs 22 T 122 11 Z3j42 24...

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers For the circuit of Question 1, follow the steps below to use superposition to find Vo. 20 20 w zi 2/A 21 2/6A ES 2+-20 240 20 v 2+ -20 234 20:40 2120 v. 134 134 b Finding Vo' due to the current source is: 1. From circuit (a),...

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers Question 1 8 pts Use Nodal Analysis to complete the elements of the Amatrix of the equation A*V=S, where A is the nodal matrix, V is the nodes vector and Sis the sources vector for the circuit below: 2.12 21 2/0° A 12%ºv vil V2 V3 + Is Vs...

  • CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...

    CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST ANSWER ALL PARTS OF QUESTION!!!!!!!! Credit only awarded to all complete answers Please circle answers FILL IN THE MATRIX G11 G12 G13 and etc..... I need all three values for S [ ---, ---, ---] i need v0 in rectangular form i need v0 in polar form Question 1 8 pts Use Nodal Analysis to complete the elements of the Amatrix of the equation...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
Active Questions
ADVERTISEMENT