.Optimisers.Blocks.Tables.Utilities.readTable

Read a table from either .mat or .csv (no headers)

Interface

function readTable
  input String filename;
  input String tablename;
  input Integer nRows;
  input Integer nCols;
  output Real[nRows, nCols] table;
end readTable;

Generated at 2025-07-14T18:21:07Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos