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
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | File where external data is stored | |
| String | matrixName | Name / identifier of the 2D Real array on the file |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer[2] | dim | Number of rows and columns of the 2D Real array |