EXERCISE 2-1

4 The function ndims returns the number of dimensions of an array: >> f=ndims(A) f = 2 The function size returns the number of rows and columns of an array: >> g=size(A) g = 4 3. 4.4 Indexing . Most of the data used in Matlab consists of vectors and arrays and at times only a subset of numbers are of interest. This is where indexing becomes ... ................
................