setHelp
Class: ModelAdvisor.Group
Package: ModelAdvisor
Set custom help for folders that have custom authored Model Advisor checks
Syntax
checkObj.setHelp('Format',format, 'Path', custom path)
Description
checkObj.setHelp('Format',
sets custom help for folders that have custom authored Model Advisor checks.format
, 'Path', custom path
)
Input Arguments
Examples
Set pdf as custom help to a custom check group
Create a group object.
group_obj = ModelAdvisor.Group('mathworks.example.ExampleGroup');
set pdf as custom help to your custom check.
group_obj.setHelp('Format','pdf','Path','c:/customhelp/help.pdf');
Version History
Introduced in R2022a