functionpartialReadStateSpaceMatrix
Read the ABCD matrix of the state space form of a system from MAT file
Extends from Modelica.Icons.Function (Icon for functions).
Information
This partial function opens the given MATLAB MAT file and
reads the given matrix of a state space system from this file.
This function has no outputs, beining considered as
a "partial" function to be further extended.
In particular, operations on the protected matrixABCD
can be done in an extending function.
See also
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "dslin.mat" | File where matrixName data is stored |
| String | matrixName | "ABCD" | Name of the generalized state space system matrix on file |