35. Create the following vector: v=[5 0 -3 7 6 -1 2 8 4 9] By hand...

Question:

35. Create the following vector:

v=[5 0 -3 7 6 -1 2 8 4 9]

By hand (pencil and paper) write what will be displayed if the following commands are executed by MATLAB. Check your answers by executing the commands with MATLAB.

(a) a=v([4 5:7 10])

(b) b=v([9, 1, 6:-2:2])'

(c) c=[b' a']

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: