Main Content

Data property

Class: ModelAdvisor.ListViewParameter
Namespace: ModelAdvisor

Objects in Model Advisor Result Explorer

Values

Array of Simulink® objects

Default: [] (empty array)

Description

The Data property specifies the objects displayed in the Model Advisor Result 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')';