<< MATPINV Matrix operation palette MATSING >>

Scilab Help >> Xcos > palettes > Matrix operation palette > MATRESH

MATRESH

Matrix Reshape

Block Screenshot

Contents

Description

The RESHAPE block changes the dimensions of a matrix or a vector to another dimensions specified by the user in the output size desired parameter.The dimensions of the output must be less or equal to the input size given by the input size parameter.

The equivalent function of this block in Scilab is matrix. (Warning : You have to specify both output dimensions explicitly and don't use -1 to specify a dimension that must be calculated as in matrix).

Parameters

Default properties

Example

u = [1 2 3 4;5 6 7 8]
When the output desired is [1;6] the output is:
y = [1 2 3 4 5 6]

Interfacing function

Computational function

See also


Report an issue
<< MATPINV Matrix operation palette MATSING >>