Question: MATLAB, no Iterations/Conditionals Function Name: myDiff Inputs: 1. [1xN Double] A vector Output: 1. [1xN-1 Double] Difference vector Description: - Write a function called myDiff
MATLAB, no Iterations/Conditionals
Function Name: myDiff Inputs: 1. [1xN Double] A vector Output: 1. [1xN-1 Double] Difference vector Description: - Write a function called myDiff that takes in a vector and outputs a vector representing the differences between adjacent numbers in the vector. The difference should be calculated by taking a number at index n and subtracting from it the number at index n+1. Note: - diff() is banned Examples
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
