By hand (pencil and paper) write what will be displayed if the following commands are executed by

Question:

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.
V = 1:2 : 23
M = reshape (v, 3, 4)
M(2, :) = [ ]
M(:, 3) = [ ]
N = ones (size (M))
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

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