Read second dimension of 2D array in MAT file
function readArrayColumns2D extends Modelica.Icons.Function; input String fileName "File name"; input String varName "Variable name"; input Boolean verboseRead = true "= true, if info message that file is loading is to be printed"; output Integer n "Number of columns in array"; end readArrayColumns2D;