MATLAB Help Center
Return check identifier
id = getID(check_obj)
id = getID(check_obj) returns the unique identifier id of the check accessed by the check_obj object.
id
check_obj
collapse all
This example shows how to obtain the unique identifier of a Model Advisor check object.
Create a Model Advisor check object.
checkobj_1 = ModelAdvisor.Check('com.mathworks.myUniqueCheck');
Get the unique identifier of the check.
id = getID(checkobj_1)
id = 'com.mathworks.myUniqueCheck'
Model Advisor check object, specified as a ModelAdvisor.Check object.
ModelAdvisor.Check
Unique identifier of the check, returned as a character vector or string scalar.
Example: com.mathworks.sampleCheck
com.mathworks.sampleCheck
Introduced in R2008a
ModelAdvisor.Check | Customize the Configuration of the Model Advisor Overview
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.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office