impure functionreadMatrixSize

Read dimensions of a Real matrix from a MATLAB MAT file

Extends from Modelica.Icons.Function (Icon for functions).

Information

Syntax

dim = Streams.readMatrixSize(fileName, matrixName)

Description

Function readMatrixSize(..) opens the given MATLAB MAT file (in format v4, v6, v7, and if HDF is supported in the Modelica tool, also v7.3), and reads the dimensions of the given Real matrix. These dimensions are returned in the Integer vector dim.

Example

See Examples.ReadRealMatrixFromFile.

See also

readRealMatrix, writeRealMatrix

Inputs

TypeNameDefaultDescription
StringfileNameFile where external data is stored
StringmatrixNameName / identifier of the 2D Real array on the file

Outputs

TypeNameDefaultDescription
Integer[2]dimNumber of rows and columns of the 2D Real array