.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-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos