Skip to content

Commit 100b1b7

Browse files
authored
Update MATLAB Coding Guidelines.md
1 parent 0965f2b commit 100b1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MATLAB Coding Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The table for each guideline has the following fields.
146146

147147
Rule violations are (or will be) detectable by the MATLAB Code Analyzer. The Code Analyzer is a tool in MATLAB that examines code to identify problems and make recommendations for improvement. It can identify issues related to syntax errors, compatibility, performance, deprecated functionality and much, much more. The Code Analyzer provides [over two thousand checks](https://www.mathworks.com/help/matlab/matlab_env/index-of-code-analyzer-checks.html) for various potential code issues. Those checks can be enabled, disabled, or customized by [creating a local codeAnalyzerConfiguration.json file](https://www.mathworks.com/help/matlab/matlab_env/configure-code-analyzer.html) similar to the example shown below.
148148

149-
<img title="" src="https://github.com/dgarriso/test/images/codeAnalyzerConfiguration.png" alt="" width="439">
149+
<img title="" src="images/codeAnalyzerConfiguration.png" alt="" width="439">
150150

151151
The MATLAB Code Analyzer can detect violations for a subset of the Rules listed in this document. Note that some versions of MATLAB may not be able to detect violations for all of the rules. When the Code Analyzer detects a Rule violation, it identifies the issue in both the MATLAB Editor and the Code Analyzer Report. Beginning in R2025a, violations in the Editor are indicated on the right-hand side of the Editor panel as shown in the following screenshot.
152152

0 commit comments

Comments
 (0)