Question: Write a function that reverse the order of elements in a vector. Your function must have one input and one output. ex: for input [4,8,-3,5,-1],
Write a function that reverse the order of elements in a vector. Your function must have one input and one output. ex: for input [4,8,-3,5,-1], output would be [-1,5,-3,8,4]. in matlab
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
