Create code compatibility report
codeCompatibilityReport
creates a code compatibility
report for the current working folder and subfolders. The code
compatibility report opens in the MATLAB® Web Browser. After you upgrade to a newer version of MATLAB, you can use this report to identify potential compatibility
issues in your existing code.
codeCompatibilityReport(
creates a report for the files or folders specified by
names
)names
.
codeCompatibilityReport(___,'IncludeSubfolders',
specifies whether to report on subfolders. By default, subfolders are included
in the analysis. Use this syntax with any of the arguments in previous
syntaxes.tf
)
To save a report, instead of generating a report with the
codeCompatibilityReport
function, you can create a
CodeCompatibilityAnalysis
object and save it. Then, you can
generate a report from those saved results. For more information, see Create Report for Existing Analysis Results.
Generate a Code Compatibility Report for code in the current working folder and
subfolders in the Current Folder browser. In the Current Folder browser, either click or right-click the white space. Then select Reports > Code Compatibility Report. See MATLAB Code Compatibility Report.