Create an anonymous function f which accepts a vector valued numeric input (from x=0 to x=5 with 0.5 increments) and ret
Posted: Thu Apr 28, 2022 8:22 pm
Create an anonymous function f which accepts a vector valued numeric input (from x=0 to x=5 with 0.5 increments) and returns a vector valued numeric output according to the mathematical formula f(x) = x^3 - 1. The function find the value of f(x) at x=0.6 and plots the figure below. Figure 1 Х File Edid View - Insert Tools Desktop Window Help 140 x2 x=0.6 120 100 80 60 40 20 o -20 0 0.5 1 1.5 2. 25 3 35 4 4.5 5 Write your Matlab code inside the box below