Menu

Numerical Array Operations Create Row Vector X Consisting Numbers 0 100 Steps 01 Buse Elem Q43855075

Provide MATLAB script please :

Numerical Array Operations a.Create a row vector, X, consisting of the numbers from 0 through 100, in steps of 0.1. b.Use ele

Numerical Array Operations a.Create a row vector, X, consisting of the numbers from 0 through 100, in steps of 0.1. b.Use element-wise operations to create the vector Y, according to the following equation: Y = sin?(X/10) (X/10) Use Matlab built-in functions to calculate the following quantities. (Use the given variable names for compatibility with the checker script.) c.sum Y = the sum of the elements of Y, EXCLUDING Y(1) d.maxY= the maximumof Y e.min Y = the minimum of Y f. minX = the value of X where the minimum of Y occurs (Hint: You can get more information in part e. Look at the online help for the min() function.) Show transcribed image text Numerical Array Operations a.Create a row vector, X, consisting of the numbers from 0 through 100, in steps of 0.1. b.Use element-wise operations to create the vector Y, according to the following equation: Y = sin?(X/10) (X/10) Use Matlab built-in functions to calculate the following quantities. (Use the given variable names for compatibility with the checker script.) c.sum Y = the sum of the elements of Y, EXCLUDING Y(1) d.maxY= the maximumof Y e.min Y = the minimum of Y f. minX = the value of X where the minimum of Y occurs (Hint: You can get more information in part e. Look at the online help for the min() function.)

Expert Answer


Answer to Numerical Array Operations a.Create a row vector, X, consisting of the numbers from 0 through 100, in steps of 0.1. b.Us…

OR