Q:

Write an anonymous function to implement the following quadratic: 3x2-2x+5. Then, use fplot to plot the function in the range from -6 to 6

0

Write an anonymous function to implement the following quadratic: 3x2-2x+5. Then, use fplot to plot the function in the range from -6 to 6. 

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

quadfn = @ (x) 3*x^2 - 2*x + 5;
 fplot(quadfn,[-6 6])

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now