Create an anonymous function which accepts a vector valued numeric input (from x=1 to x=10 with 0.5 increments) and retu
Posted: Fri Apr 29, 2022 7:15 am
Create an anonymous function which accepts a vector valued numeric input (from x=1 to x=10 with 0.5 increments) and returns a vector valued numeric output according to the mathematical formula. f(x) = 4x4 + 3x3 f 2x2 - 7 Write your Matlab code inside the box below