Write a table to either .mat or .csv (no headers)
function writeTable input String filename; input String tablename; input Real[:, :] table; end writeTable;