Question: using matlab = Exercise 3 Create the following row vector: v = (3, 2, 1, 4, 5). Ask user to enter an index; then ask
= Exercise 3 Create the following row vector: v = (3, 2, 1, 4, 5). Ask user to enter an index; then ask user to enter a value. Modify the value of an element using the index entered. The modified value of the element must be the value entered by the user. Place your code into a .m file Note: Use: IndexEntered = input('Enter index:') and valueEntered = input('Enter value:') to get the index and value, respectively, from user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
