Set attributes to show for imat_result displays.
setdisplay(r,'Attrib1','Attrib2','Attrib3')
att=setdisplay(r,{'Attrib1','Attrib2'})
setdisplay(imat_result,999)
When an imat_result 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. Several attributes are shown in the display (by default, the Name, DataLocation, ModelType, and ResultType attributes). If you specify a specific result variable as the first input argument, the attributes specified will apply to that object only. If you specify the constructor function as in the second example above, the display attributes will apply to all subsequent imat_result objects created.
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. If no attributes are specified, the default attributes will be assumed. Any attributes other than Data, EffectiveMass, or ParticipationFactor may be selected.
The third syntax shown above allows you to specify the maximum number of results to display before switching to the truncated display form of just showing the dimensions of the imat_result. Setting this to 0 means that all of the results should always be displayed.
>> setdisplay(imat_result,'name,'frequency','idline1')