.Optimisers.Blocks.Tables.Utilities.appendTable

Append a row to a table in either .mat or .csv (no headers)

Interface

function appendTable
  input String filename;
  input String tablename;
  input Integer nRow;
  input Real[:] rowData;
end appendTable;

Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos