Read the number n of coefficients written in a [n,1]-matrix
encapsulated function readLength import Modelica; input String fileName = "tf.mat" "Name of the transfer function data file"; input String polyName = "n" "Name of the polynominal (numenator or denominator) coefficients of the transfer function" annotation( Dialog); output Integer result; end readLength;