Main Content

Description property

Class: ModelAdvisor.InputParameter
Namespace: ModelAdvisor

Description of input parameter

Values

Character vector.

Default: '' (empty character vector)

Description

The Description property specifies a description of the input parameter. Details about the check are displayed in the right pane of the Model Advisor.

Examples

% define input parameters
inputParam2 = ModelAdvisor.InputParameter;
inputParam2.Name = 'Standard font size';
inputParam2.Value='12';
inputParam2.Type='String';
inputParam2.Description='sample tooltip';