Class: ModelAdvisor.ListViewParameter
Package: ModelAdvisor
Attributes to display in Model Advisor Report Explorer
Cell array
Default: {}
(empty
cell array)
The Attributes
property specifies the attributes
to display in the center pane of the Model Advisor Results Explorer.
% 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