Object Reference : Object View and Procedure Reference : Sym
  
 
displayname
Display name for symmetric matrix objects.
Attaches a display name to a symmetric matrix object which may be used to label output in place of the standard matrix object name.
Syntax
matrix_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in matrix object names.
Examples
s1.displayname Hours Worked
s1.label
The first line attaches a display name “Hours Worked” to the symmetric matrix object S1, and the second line displays the label view of S1, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Sym::label.