functionstateSpaceString_html
Print state space representation in one string in HTML format
Extends from Modelica.Icons.Function (Icon for functions).
Information
Syntax
s = Streams.stateSpaceString_html(ss, significantDigits, name);
Description
Returns a string in the HTML format collecting matrices of a state space
representation ss.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| StateSpace | ss | State space system to be transformed in a String representation | |
| Integer | significantDigits | 12 | Number of significant digits that are shown |
| String | name | "ss" | Independent variable name used for printing |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | s | "" |