Question

Use the circuit below to complete the given MATLAB script to plot the three voltages Vr. Vc and VL. Run MATLAB then pick an a

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???

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

PLOT A is the correct answer

MATLAB CODE

clc;

Mvs=10;

Avs=30*pi/180;

[Xvs,Yvs]=pol2cart(Avs,Mvs);

Vs=Xvs+j*Yvs;

%impedance values

Zr=4;ZL=10j;Zc=-12j;

%total equivalent impedance

Zeq=Zr+ZL+Zc;

%calculate current

It=Vs/Zeq;

Vr=It*Zr;

Vc=It*Zc;

VL=It*ZL;

x=[real(Vr) real(Vc) real(VL)];

y=[imag(Vr) imag(Vc) imag(VL)];

V=x+j*y;

clr=lines(numel(x,y));

h=compass(V);

set(h,{'Color'},num2cell(clr,2),'LineWidth',2)

u=abs(V);

v=phase(V)*180/pi;

figure(1)

set(findobj(gcf,'type','text','-and','fontsize',10),'string')

legend({['V_r=',num2str(u(1));A;'theta_r=';num2str(v(1));'^o'],...

    ['V_c=',num2str(u(2));A;'theta_c=';num2str(v(2));'^o'],...

    ['V_L=',num2str(u(3));A;'theta_L=';num2str(v(3));'^o']},...

'location','southoutside')90 30 120 60 20 150 30 10 180 0 210 330 240 300 270

Add a comment
Know the answer?
Add Answer to:
CIRCUIT ANALYSIS! Electrical engineering! Knowledge of MATLAB required!!!! Professionals only! Please be clear and concise. MUST...
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
  • 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...

  • 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....

  • 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=...

  • 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...

  • 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),...

  • Use the circuit below to complete the given MATLAB script to plot the three currents 11,...

    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 choices below that matches the MATLAB plot. I Z1 13 212 1, 22, 23 Vs + 8/45° 22222 2.12 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=87_45 theta=45*pi/180;%convert theta to radians R-8: [a,b]=pol2cart(theta,R): %note theta first in the arguments...

  • 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...

  • 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=____________ ; %...

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
ADVERTISEMENT