Here's the Matlab
function to evaluate the given equation:
main.m135 chars7 lines
To use the function, simply call it with the desired x
value(s):
main.m184 chars6 lines
This will generate a plot of y(x)
vs x
for the given range of x
values.
gistlibby LogSnag