MATLAB 帮助中心
Specify input parameters for check
setInputParameters(check_obj, params)
setInputParameters(check_obj, params) assigns the specified ModelAdvisor.InputParameter objects params as input parameters for the check object check_obj.
check_obj
params
ModelAdvisor.InputParameter
collapse all
This example shows how to define and assign multiple input parameters to a Model Advisor check object.
Create a Model Advisor check object.
rec = ModelAdvisor.Check('com.mathworks.sample.Check1');
Define input parameters.
inputParam1 = ModelAdvisor.InputParameter; inputParam1.Name = 'Check block names'; inputParam1.Type = 'Bool'; inputParam1.Value = true; inputParam1.Description = 'Check that block names appear below blocks.'; inputParam2 = ModelAdvisor.InputParameter; inputParam2.Name = 'Maximum name length'; inputParam2.Type = 'String'; inputParam2.Value = '32'; inputParam2.Description = 'Maximum number of characters allowed in a block name.'; inputParam3 = ModelAdvisor.InputParameter; inputParam3.Name = 'Severity'; inputParam3.Type = 'Combobox'; inputParam3.Value = 'warning'; inputParam3.Description = 'Severity level to report for violations.';
Assign input parameters to the check object.
setInputParameters(rec, {inputParam1, inputParam2, inputParam3});
ModelAdvisor.Check
Model Advisor check object, specified as a ModelAdvisor.Check object.
ModelAdvisor.InputParameters
Cell Array
Specifies a collection of ModelAdvisor.InputParameter objects that serve as input parameters for the check object.
Example: inputParam1
inputParam1
Introduced in R2008a
ModelAdvisor.Check | ModelAdvisor.InputParameter
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处