Calq commands and keywords

Command

reshape(array, rows, columns)

Definition

This command makes an array appear (internally) as a matrix with rows and columns. This is used with the imshow function. Added in version 2.1.9.

Example

  a = 1:9;
  b = reshape(a, 3, 3);
  % b is now 3x3

See also

imshow. setsize (which does the same thing).


What is Calq?
Latest version of Calq
Digital Wave Systems Lab homepage