.Optimisers.Blocks.Tables.Utilities.readTable

Information

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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos