Question: 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.
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 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.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
