.ExternData.Functions.MAT.readArrayRows2D

Information

Read first dimension of 2D array in MAT file

Interface

function readArrayRows2D
  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 m "Number of rows in array";
end readArrayRows2D;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos