functionprintMatrixInHtml

Print a matrix in html format on file (without html/body heading)

Extends from Modelica.Icons.Function (Icon for functions).

Information

Inputs

TypeNameDefaultDescription
Real[:,:]MReal matrix
Stringname""Matrix name used for printing
StringfileName"log.html"Name of file to be printed in (incl. file extension)
Stringformat".6g"Format of numbers (e.g. "20.8e")
BooleanprintIndicestrue=true, if row and column indices shall be printed, otherwise they are not printed

Revisions