ModelAdvisor.InputParameter Class
Namespace: ModelAdvisor
Superclasses:
Add input parameters to custom checks
Description
Instances of the ModelAdvisor.InputParameter class
specify the input parameters a custom check uses in analyzing the
model. Access input parameters in the Model Advisor window.
Creation
Description
input_param = ModelAdvisor.InputParameter
creates a handle to an input parameter object,
input_param.
Note
You must include input parameter definitions in a check definition.
Methods
| setColSpan | Specify number of columns for input parameter |
| setRowSpan | Specify rows for input parameter |
Properties
| Description | Description of input parameter |
| Entries | Drop-down list entries |
| Name | Input parameter name |
| Type | Input parameter type |
| Value | Value of input parameter |
Copy Semantics
Handle. To learn how this affects your use of the class, see Copying Objects in the MATLAB® Programming Fundamentals documentation.