functionprintSystem
Print the state space system in html format on file
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| StateSpace | ss | State space system to analyze | |
| String | fileName | "systemAnalysis.html" | File on which the state space system is written in html format |
| String | systemName | "State Space System" | Name of the state space system |
| String | description | "" | Description of system (used in html file) |
| String | format | ".6g" | Format of numbers (e.g. "20.8e") |
| Boolean | htmlBasics | false | True, if text should be printed within 'html' and 'body' environment, otherwise text printed into existing file fileName |
| Integer | hSize | 1 | Size of heading of printed document (=1: Title, =2: Chapter, etc.) |