Question: Function plots We can plot a function us ng the command fplot ( f , limit ) as the following: fplot ( @cos , [

Function plots
We can plot a function usng the command fplot(f,limit) as the following:
fplot (@cos,[0,2*pi])
Or define an anonymous function first, then use fplot :
Exercise 5
First, use fplot to plot the following function for x=-6 to 6
y=e-x10cos(x3)
On the same graph, plot y with a step size 0.02 for x=6 to 10 use the plot function. (Hint: use the hold on statement).
 Function plots We can plot a function usng the command fplot(f,limit)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!