Question

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.

I, Ι; Z1 - 2 Ω I, +j2 Ω Z3 Vs +) 8/45° Z2ξ j2 Ω 2 Ω

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

I1= ______________; % Complete

I2=Z_____________ ; % Complete

I3=Z _____________; % Complete

x = [real(I1) real(I2) real(I3)];

y= [imag(I1) imag(I2) imag(I3)];

I=x+j*y;

clr = lines(numel(x,y)); %# colors you want to

h=compass(I);

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

u=abs(I);

v=phase(I)*180/pi;

figure(1)

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

legend({['I_1=',num2str(u(1)),' A,',' theta_1=',num2str(v(1)),'^o'],...

['I_2=',num2str(u(2)),' A,',' theta_2=',num2str(v(2)),'^o'],...

['I_3=',num2str(u(3)),' A,',' theta_2=',num2str(v(3)),'^o']},...

'location','southoutside')

90 3 90 3 90 3 90 wa 120 60 120 60 120 60 120 60 2 2 2 150 30 150 30 150 30 150 30 1 180 0 180 0180 O 180 0 V 210 330 210 330

Choose the correct answer

1.) PLOT B

2.) PLOT C

3.) PLOT D

4.) PLOT A

You can input into math lab. Or please release for someone else to help, thanks.

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

- - 2+2j [As j² - - J Z 23² I 11 Z3 j 2 l 2-32 j2x(2-j2) 22-12 ;2+2-82 2 2;-;²(2) co Z23.- 2+2; Ieq = 2q + Z23 2+2+29.4+ 21 &Бир кL, 1, 2, + 1 12 = 1 - Т, 174 19435°- 2.5 32-26 565° со - - - 0.5 642 + 1.6 97 1. 1. – 88 108 4° 6From the data calculated above, we can say that plot D is correct.

Please provide rating as it keeps us motivated to help you more.

Add a comment
Know the answer?
Add Answer to:
Use the circuit below to complete the given MATLAB script to plot the three currents I1,...
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 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...

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

  • The electric current in a given circuit is 4+4 3i amperes (A). The resistance is given...

    The electric current in a given circuit is 4+4 3i amperes (A). The resistance is given by 1+i ohms (Q). Express each of these in polar form. a) The voltage in the circuit is the product of these two. Express the voltage in polar form. Plot all three on the given polar plot. 90" 105* 75 120 60* 135 45 150 30 165 15 180 195 345 210 330 225 315 240 300 255 285 270

  • Plot the point given in polar coordinates and find three additional polar representation of the point,...

    Plot the point given in polar coordinates and find three additional polar representation of the point, using -20 < < 2. (Copy the polar coordinate below to a sheet of paper and then graph the points. Label your points). (3 p.) Representations (Other three) A) (4,5) (3 pts) B) (-3,-5) 90° 4 120 60° 3 150 2 30° 180° Dº 210° 330° 240° 300 270°

  • Question 6 Use the graph below to find (-8)(2). 360 4 330 300 (2277) 270 240...

    Question 6 Use the graph below to find (-8)(2). 360 4 330 300 (2277) 270 240 210 180 150 120 9x) 900-51) 60 (2.37 1-2, 25 30/013) (-2.343) N -30 -60 -90 -120 2 37 -240 272 MacBook Air

  • Plot the point given in polar coordinates and find three additional polar representation of the point,...

    Plot the point given in polar coordinates and find three additional polar representation of the point, using –211 << 21. (Copy the polar coordinate below to a sheet of paper and then graph the points. Label your points). (3 pts) Representations (Other three) A) (4,5) (3 pts) B) (-3, ---) 90° 4 120° 60° 3 150° 2 30° 180° 0° 210° 330° 240° 300° 2700

  • Please complete #4 4. The data below is for a firm in a perfectly competitive market....

    Please complete #4 4. The data below is for a firm in a perfectly competitive market. Complete the following table by calculating Average Cost (AC) and Marginal Cost (MC) for the various levels of output. (5 marks) Output (Q Total Marginal Cost (MC) Total Cost Average Cost (AC) (AR-MR) Revenue (TR) $45 72 87 $30 30 60 120 150 180 210 240 270 94.50 105 135 180 240 330 4 30 (a) At what levels of output will the firm...

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