.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 2026-03-03T19:14:03Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos