Debug e analisi
Diagnosticare i problemi, verificare la sintassi e la compatibilità con la release
Mentre si lavora nell'Editor e nel Live Editor, MATLAB® identifica automaticamente i potenziali problemi di codifica. Le feature di debug aiutano a diagnosticare problemi specifici. Inoltre, è possibile generare report che aiutano ad aggiornare il codice quando si passa a una release più recente di MATLAB.
Strumenti
Analizzatore di codice | Identify and address code issues (Da R2022b) |
Analizzatore di compatibilità del codice | Identify and address compatibility issues against current version of MATLAB (Da R2022a) |
Funzioni
Argomenti
Debug
- Debug MATLAB Code Files
Diagnose problems in MATLAB code files using different debugging methods. (Da R2021b)
- Editor/Debugger Preferences
Use Editor/Debugger preferences to customize the Editor.
Controllo della sintassi
- Check Syntax and Autocomplete Code as You Type
Use syntax highlighting, delimiter matching, and code suggestions and completions to write commands faster and avoid syntax errors. - Check Code for Errors and Warnings Using the Code Analyzer
Use the MATLAB Code Analyzer to check your code for coding problems automatically. - MATLAB Code Analyzer Report
Generate a report that identifies potential errors, problems, and opportunities for improvement in your code. - Code Analyzer Preferences
Set Code Analyzer preferences to enable or disable Code Analyzer features and specify message indicator preferences. - Configure Code Analyzer
Configure Code Analyzer messages and add custom checks. - Index of Code Analyzer Checks
This topic contains a listing of built-in MATLAB Code Analyzer checks which you can modify to meet your own custom coding standards.
Compatibilità della release
- MATLAB Code Compatibility Analyzer
Generate a report to identify potential compatibility issues in your code when you upgrade to a newer MATLAB release.
Generazione di codice
- Code Generation Readiness Tool
The code generation readiness tool screens MATLAB code for features and functions that code generation does not support.