Question: Please help me solve problem2 and problem 3 using MATLAB code only. MATLAB code only. MATLAB code only. MATLAB code only. MATLAB code only. (10%)
Please help me solve problem2 and problem 3 using MATLAB code only. MATLAB code only. MATLAB code only. MATLAB code only. MATLAB code only.
(10\%) Problem 2. Write a script that prompts for any column vector x of any length, then produces a row vector v of length 2 , containing the first and last elements of the column vector x. Then, test the code for x=[12;7;12;5;9], your script should produce the array v=[129]. (10\%) Problem 3. Write a script that prompts for a vector, v, with two elements and a number N as input, then creates an interval of equally spaced values, once using the "linspace" built-in function of MATLAB and once without using command ":" Then test your script with [12115] and create an interval with 5 equally spaced values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
