Question: MATLAB question 3. write a function that takes five inputs: a minimum x value, a maximum x value, and three slopes. It should not return
3. write a function that takes five inputs: a minimum x value, a maximum x value, and three slopes. It should not return any outputs. Instead, it should create a plot of y x firstslope, y x secondslope, and y x thirdslope, for 650 evenly spaced x values between the minimum x value and the maximum x value. All three plots should be on the same axes. Your plot should have a title and a legend. You can use the linspace function, and any of the functions related to plot to write this function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
