Read a table from either .mat or .csv (no headers)
function readTable input String filename; input String tablename; input Integer nRows; input Integer nCols; output Real[nRows, nCols] table; end readTable;