Main Content

Attributes property

Class: ModelAdvisor.ListViewParameter
Namespace: ModelAdvisor

Attributes to display in Model Advisor Report Explorer

Values

Cell array

Default: {} (empty cell array)

Description

The Attributes property specifies the attributes to display in the center pane of the Model Advisor Results Explorer.

Examples

% define list view parameters
myLVParam = ModelAdvisor.ListViewParameter;
myLVParam.Name = 'Invalid font blocks'; % the name appeared at pull down filter
myLVParam.Data = get_param(searchResult,'object')';
myLVParam.Attributes = {'FontName'}; % name is default property