slreportgen.utils.isCommented
Check if object is commented out
Description
Examples
Check If System Is Commented Out
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
load_system('slrgex_sf_car') tf = slreportgen.utils.isCommented('slrgex_sf_car/Vehicle')
tf = logical 0
In this case, the slrgex_sf_car
model is not commented out.
Input Arguments
Output Arguments
Version History
Introduced in R2018b