Question: MATLAB function using only if,else, while cmds for the loop: Create a user defined local function named mytrapz that takes two input parameters, x,y, that
MATLAB function using only if,else, while cmds for the loop:

Create a user defined local function named mytrapz that takes two input parameters, x,y, that are row vectors of xycoords, and returns the area under the given xycoords. Your function named mytraps should use the trapezoidal method to calculate the area. Approximating Area by Trapezoids Area of a Trapezoid is 2 h Xo an The mytrapz function should use a while loop to calculate the sum of each trapezpoid under the given xycoords. Then create two arrays x and y as described below. x should be filled with the domain of x such that @
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
