reshape

Block category: Matrix Operation

Description: The reshape block re-dimensions matrix input. The data remains the same, but the dimensions change. If the matrix dimensions are too large, zeros are padded in the extra cells. If the matrix dimensions are too small, the matrix data is truncated.

Dim1: Indicates the x dimension of the matrix.

Dim2: Indicates the y dimension of the matrix.

Label: Indicates a user-defined block label that appears when View > Block Labels is activated.