Question

please write code in matlab thankyou(10 points) Plot the function f(x) = (3cos-sinx)e-02x for-4 appropriate plot title and label the axes. After completing this step, you should obtain a plot in the Figure Window similar to the sample plot shown below: 2. 9. Add 0.2x 2- 0- -2 -8 -2 2 6 10

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

Here is the code in MATLAB:

x = -4:pi/100:9;

y = (3*cos(x) - sin(x)).*exp(-x*0.2);

plot(x,y)

xlabel('x = -4:9')

ylabel(' Function f')

title('Plot of the given Function','FontSize',12)
Add a comment
Know the answer?
Add Answer to:
please write code in matlab thankyou (10 points) Plot the function f(x) = (3cos-sinx)e-02x for-4 appropriate...
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
  • solve all questions simply by using matlab. write all step here please 1Normal 1 No Spac Heading1 Heading 2 DISCUSSION Solve all tasks given below: 1. Consider function f(x) 3.5-0.5x cos(6x) for...

    solve all questions simply by using matlab. write all step here please 1Normal 1 No Spac Heading1 Heading 2 DISCUSSION Solve all tasks given below: 1. Consider function f(x) 3.5-0.5x cos(6x) for the value of x between -2.0 until 4.0. Draw the plot in dash line and in red colour, Label the title and all axes. 2. Consider the following functions for 0sxS pi: x() 10e0.St sin(3t +2) y(t) 7e-04t cos(5t - 3) (a) Draw both graphs on the same...

  • Q: please solve using matlab code withe comment 1.      Write the Matlab code to generate: x...

    Q: please solve using matlab code withe comment 1.      Write the Matlab code to generate: x = cos(w1*t) + cos(w2*t); where, w1=7; w2=23; t = [0:0.005:2] 2.   Plot the signal using sub plot a.   in time domain b.   in frequency domain 3)   Sample the signal under different sampling conditions: a.      Ts<1/2fm b.      Ts=1/2fm c.       Ts>1/2fm 4).      Multiple plot: the signal sampled under sampling condition and the signal x a.      in time domain b.      in frequency domain c.       Label and Title...

  • a) A step function has following characteristic 1for t > 0 -1 for t < 0...

    a) A step function has following characteristic 1for t > 0 -1 for t < 0 sgn(t) Use MATLAB plot this function over [-10, 10]. One display panel has two figures over two rows This is figure 1. It is displayed on top row of display panel. Give title; label x- and y- axes b) Plotting the Graph of a Sinc Function The sinc function is defined as sinx f(x) х whose value at x = 0 is sinx (sinx)...

  • Please solve it with step by step MATLAB code, thank you! Suppose that a system is shown in Figure 2. Based on for loop, write a piece of MATLAB code to calculate the closed loop poles for 03K35 and...

    Please solve it with step by step MATLAB code, thank you! Suppose that a system is shown in Figure 2. Based on for loop, write a piece of MATLAB code to calculate the closed loop poles for 03K35 and plot the outputs where the poles are represented by "W" letter. Find the interval of K parameter for stability using Routh-Hurwitz method. Calculate the poles of the closed loop transfer function where K attains the minimum value such that the system...

  • 2. A. Write a MATLAB code to plot the function ?(?) = 4 − ? ^2...

    2. A. Write a MATLAB code to plot the function ?(?) = 4 − ? ^2 * ? ^−3? for the time range 0 ≤ ? ≤ 3 seconds. Plot the function using the following two methods: I. Use MATLAB’s colon operator and vector operations. II. Use iterations (for-loop) and scalar operations. B. Let ? = −3, 1, 5, … ,21. I. Find the summation of the elements of ? that are greater than the 4 ?ℎelement and less than...

  • Please write and include a matlab code for the following: Given the following differential equation 10?̈+...

    Please write and include a matlab code for the following: Given the following differential equation 10?̈+ 20?̇ + 250? = ?(?) a. Plot response to f(t) = 200sin(4t) b. Plot response to a step f(t) = 200 that starts at t = 0 s and stops at t = 2s; note that the response goes past the 2 seconds of input. Part a.) I need matlab code to generate the plot for 10x''+20x'+250x=200sin(4t) Part b.) I need matlab code to...

  • Matlab for engineers 5th edition please help me with this problem with explanation. Consider the following...

    Matlab for engineers 5th edition please help me with this problem with explanation. Consider the following mathematical expression to create a single input-output function. y= −x​3+ x​2 + 2 a)Create a single input-output function that can accept scalar and matrix values. b)Plot the output versus the input, and properly label the axes and add a title. Note: the plot command should be coded inside the function file. c)Calculate y values for x= [−10, 10] with an appropriate increment.

  • Please show the code necessary, and explanations on MATLAB. Plotting 11) Plot the function y =...

    Please show the code necessary, and explanations on MATLAB. Plotting 11) Plot the function y = sin(x) from x = 0 to 21. 12) Plot the functions y = x2 z = x2 + 2x + 1 from x = 0 to 2 on the same graph. Scripts: Input and Output 13) Write a script (M-file) to read in a message at the command line using the MATLAB input function and then display the message to the Command Window using...

  • please show answer in full with explanation, also show matlab 1. Consider the function f(x)2.753 +18r2 21 12 a) Plot...

    please show answer in full with explanation, also show matlab 1. Consider the function f(x)2.753 +18r2 21 12 a) Plot the graph of f(x) in MATLAB and find all the roots of the function f(x) graphically. Provide the code and the plot you obtained. b) Compute by hand the first root of the function with the bisection method, on the interval -1; 0) for a stopping criterion of 1% c) How many iterations on the interval -1, 0 are needed...

  • The matlab code for the following problem is appreciated!! QUESTION 3 Write a function fnfr_plot that...

    The matlab code for the following problem is appreciated!! QUESTION 3 Write a function fnfr_plot that will receive two function handles from elementary math functions which accept a vector to first sort in ascending order then calculate. The script will display the results in two separate Figure Windows with the function names in the title. Submit: fnfr_plot.m Browse My Computer Attach File QUESTION 4 Generate 1x100 random vector, x in the range of 0<x<100 by using rand. Input 2 elementary...

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