.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-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos