setHeading

Specify table title

Syntax

setHeading(table, title)

Description

setHeading(table, title) specifies the table title.

Input Arguments

table

Instantiation of the ModelAdvisor.Table class

title

A character vector, element object, or object array that specifies the table title

Examples

table1 = ModelAdvisor.Table(2, 3);
setHeading(table1, 'New Table');