Main Content
analyzeCodeCompatibility
Create code compatibility analysis results
Syntax
Description
r = analyzeCodeCompatibility
creates code compatibility
analysis results for the current working folder and subfolders and returns it as a
CodeCompatibilityAnalysis
object.
r = analyzeCodeCompatibility(
analyzes the files or folders specified by names
)names
.
r = analyzeCodeCompatibility(___,'IncludeSubfolders',
specifies whether to include subfolders in the analysis. By default, subfolders are
included in the analysis. Use this syntax with any of the arguments in previous
syntaxes.tf
)
Examples
Input Arguments
Version History
Introduced in R2017b