Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Classify delivery styles by type.

Answered: 1 week ago