Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING MATLAB*** Make a script to evaluate the following equations and make some related plots: a) y = ax2 + bx + c with a=2,

USING MATLAB***

Make a script to evaluate the following equations and make some related plots:

a) y = ax2 + bx + c with a=2, b=4, c=8, and x=3.5. Just evaluate y.

b) same as (a) except rewrite to evaluate for integer values of x between 0 and 10

c) plot y(x) from part (b)

d) p = p0exp(-cx) with p0=1.6, c=4, x=3.5. Just evaluate p.

e) same as (d) except rewrite to evaluate for values of x between 0 and 10 in increments of 0.1.

f) plot p(x) from part (e) on normal linear axes and separately on a semi-log plot.

g) re-do parts e&f 2 more times with different decay constants, c=0.3 and c=1.5. Add those curves to your plot with a different colored line for each decay constant (you will need the hold on command to plot multiple curves on the same figure panel).

h) z = hsin with h=4 and =31. Just evaluate z. Note theta is in degrees.

i) z = (hsin)exp(-c), provide a plot of z() for =0 to 4, h=100, and c=0.3. Note that theta is in radians.

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

Recommended Textbook for

Data Analysis In Microsoft Excel

Authors: Alex Holloway

1st Edition

B0CCCPKTTX, 979-8852388452

Students also viewed these Databases questions

Question

What is the principle of thermodynamics? Explain with examples

Answered: 1 week ago