functionreadSimulationResult
Reads a result file, returning a matrix corresponding to the variables and size given.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | filename | ||
| VariableNames | variables | e.g. {a.b, a[1].b[3].c}, or a single VariableName | |
| Integer | size | 0 | 0=read any size... If the size is not the same as the result-file, this function fails |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | result |