Question: could someone write this for me using matlab? Question 2 Create a script called Vector.m that does the following; Create and display the following vectors
could someone write this for me using matlab?

Question 2 Create a script called Vector.m that does the following; Create and display the following vectors and/or results: 1. 2. A row vector VA of size 10 with these values: 1, 2, 3, 4, 5, 6, 7, 8, 9,0 A column vector VB of size 10 with these values: 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 3. The transpose of VA and store it in variable TVA. 4. A new vector VC that stores the values of VA multiplied by 2 5. VA multiplied elementwise by VC and store it in variable VAC. (Hint: dot*) 6. Max value ofVA and store in variable VAMAX. 7. Min value of VA and store it in variable VAMIN. 8. Sum of the values of VA and store it in variable VASUM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
