To set variable names in a Matlab table, you can simply assign the names to the Properties variable of the table. Here's an example:
main.m143 chars7 lines
This will set the variable names of the table to 'Var1' and 'Var2'. You can replace these names with whatever names you want for your table.
gistlibby LogSnag