Main Content

clonedetection

Open Clone Detector app

Description

example

clonedetection(model) opens the Clone Detector App for a model specified by model. If the specified model is not open, this command opens it.

Examples

collapse all

Open the Clone Detector App for PreprocessorConditionalsUsingVariantSubsystem example model:

openExample('PreprocessorConditionalsUsingVariantSubsystem')
clonedetection('PreprocessorConditionalsUsingVariantSubsystem')

Input Arguments

collapse all

Model name or handle, specified as a character vector.

Data Types: char

Version History

Introduced in R2017a