Question: Write a Matlab script ( m file) to generate a plot of the two functions: f1=3sin(x), and f2=5cos(2x) with x in the range of 0
Write a Matlab script ( m file) to generate a plot of the two functions: f1=3sin(x), and f2=5cos(2x) with x in the range of 0 to 2. Plot the two functions in the same figure window but using two separate plot commands (you will have to use the hold on command). Use a black solid line for the sine function, and the symbol and green color for the cosine function. Define the step increments such as you have 100 points in the x interval (use linspace() function). Add a legend to the graph showing the functions f1 and f2. Label the axes, and add a title to the graph. (All parts of this question require screenshot of program code and results from MATLAB)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
