functionprintMatrixInHtml
Print a matrix in html format on file (without html/body heading)
Extends from Modelica.Icons.Function (Icon for functions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | M | Real matrix | |
| String | name | "" | Matrix name used for printing |
| String | fileName | "log.html" | Name of file to be printed in (incl. file extension) |
| String | format | ".6g" | Format of numbers (e.g. "20.8e") |
| Boolean | printIndices | true | =true, if row and column indices shall be printed, otherwise they are not printed |