DSP Blockset
  Go to block:
    Search    Help Desk 
Reshape    See Also

Resize a matrix input.

Library

Matrix Functions, in Math Functions

Description

The Reshape block accepts a matrix input and outputs the data reshaped to the specified dimensions.

where u is the real or complex input, and M and N are, respectively, the desired number of rows and columns in the output. Elements are read from the input matrix and redistributed to the output matrix in column-wise order.

Dialog Box

New matrix size
The dimensions of the output matrix in the format [rows columns]. The number of elements in the output must be the same as in the input.

See Also

Selector (Simulink)
Submatrix
Transpose
reshape (MATLAB)


[ Previous | Help Desk | Next ]