DimMatrix (mA, rows, columns, preserve_flag )

Sets the dimensions of matrix mA to the specified number of rows and columns. If preserve_flag is true then it will preserve the matrix structure after resize.

Example:
     DimMatrix ( 0, 4, 4, true )

This resizes matrix 0 to a 4x4 matrix and preserves the data in it within the previous organized structure.