functionread_dslin
Read a StateSpace data record from mat-file
Information
Syntax
result = StateSpace.Internal.read_dslin(fileName)
Description
Return a state space data record read from matrix "ABCD" in the input
mat-file fileName.
The fileName can be generated e.g. by linearization of a model.
Just empty state space matrices are returned when the system has no states, i.e.
the size of matrix A in fileName is zero.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "dslin" | Name of the result file |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| StateSpace | result | Outputs model linearized at initial point |