Home /
Expert Answers /
Computer Science /
matlab-no-iterations-conditionals-function-name-mydiff-inputs-1-1xn-double-a-vector-output-1-pa116
(Solved): MATLAB, no Iterations/Conditionals
Function Name: myDiff Inputs: 1. [1xN Double] A vector Output: 1 ...
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: