Specify table title
setHeading(table, title)
setHeading(table, title)
specifies the
table title.
table | Instantiation of the |
title | A character vector, element object, or object array that specifies the table title |
table1 = ModelAdvisor.Table(2, 3); setHeading(table1, 'New Table');