Question

*18% 8:30 Working with Phasors and Using Complex Polar Notation in MATLAB By default, MATLAB accepts complex numbers only in

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

Matlab simulated codes and its results are uploaded here. One can simulate these codes either in command window or Live script.

>> 5+41 ans 5.0000 + 4.0000

>> x=2*exp(10*45*pi/180) 1.4142 + 1.4142i >> x=2*exp(1j*d2r (45)) radian_angle = 0.7854 * 1.4142 + 1.4142i>> [abs(x) r2d (angle (x))] degree angle = ans = 2 45 >> z=(7+8j+20*exp(1j*d2r(-30) ) )/(5*exp(1j*d2r (45))) radian_angle = ->> [abs (z) r2(angle (z))] degree angle = -49.7011 ans = 4.8805 -49.7011 >> volts=[10*exp(lj*d2r (45));20*exp(1j*d2r (-30));1

Defined functions for conversion of angle is as following. We have to create these functions in Mscript.

d2r. mx r2d. mx + function (radian_angle]=d2r (9) 2 - -radian_angle=q* (pi/180)

Id2r. mx r2d. mx + i function [degree_angle] = r2(x) degree angle=x*180/pi

Add a comment
Know the answer?
Add Answer to:
*18% 8:30 Working with Phasors and Using Complex Polar Notation in MATLAB By default, MATLAB accepts...
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 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=____________ ; %...

  • Homework 1 Due Sunday June 30-Upload Your Answer in PDF at iLearn ENGR 305-01 Linear Systems...

    Homework 1 Due Sunday June 30-Upload Your Answer in PDF at iLearn ENGR 305-01 Linear Systems Analysis (Summer-R2, 2019) answer is clearly 8. Now, compute the following three cases in MATLAB and observe the answers; mention the ones that return the correct answer; explain what is happening in the 1t and 2nd cases: June 24, 2019 Page 2 of 2 - 64/2 4 X= x64/2/4 x 64/(2*4) t/2 + sin(30) In(2) log10(5)j = i = -1. -1 B= T/4 -6/A...

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