Set attributes to show for shape displays.
setdisplay(s,'Attrib1','Attrib2','Attrib3')
att=setdisplay(s,{'Attrib1','Attrib2'})
setdisplay(imat_shp,999)
When an imat_shp is displayed on the screen (such as when a semicolon is omitted at the end of a statement), a summary of the variable is printed. By default, the Frequency, Damping, and NumberNodes attributes are displayed.
Input attribute names can be specified either as a series of strings, or a cell array of strings. The optional output ATT is a cell array of strings containing the current display attributes.
Use the SETDISPLAY function to change the displayed attributes. From one to three attribute names may be specified. If no attributes are specified, the default attributes will be assumed. Any attributes other than Node or Shape may be selected.
The third syntax shown above allows you to specify the maximum number of shapes to display before switching to the truncated display form of just showing the dimensions of the imat_shp. Setting this to 0 means that all of the shapes should always be displayed.
>> setdisplay(imat_shp,'frequency','modalmassreal','modalmassimag')