Question: rite a function function y = nonsense ( x ) defined in a . m file that should return 1 + x if x is

rite a function function y=nonsense(x) defined in a .m file that should return 1+x if
x is odd and 0 otherwise (so nonsense(4) is 0, while nonsense(11) is 12). Now test this
function by using printstuff from the question above using the values [4,11,15,20]
(this is part 1 of hw01q4.m).
Finally (this is part 2, also in hw01q4.m) create a plot for x from 0 to 50 of the function
nonsense . Change the style so that the line is dashed and the points are marked with a
symbol. Include a legend, a title, and the axis labels x and nonsense.
Hint: look up mod in the MATLAB help and use an if statement. You will probably need
a for loop to evaluate nonsense for plotting, because nonsense only operates on a single
number.
2

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!