La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Analyse Bug Finder avec des scripts MATLAB
Si vous utilisez MATLAB en tant que langage de script, vous pouvez exécuter Polyspace® à partir de MATLAB. Pour commencer, procédez à une configuration unique pour lier Polyspace et MATLAB. Consultez Integrate Polyspace with MATLAB and Simulink.
Après la configuration, vous pouvez exécuter toutes les fonctions Polyspace à partir de MATLAB. En particulier, vous pouvez configurer un objet polyspace.Project
afin d’exécuter une analyse Polyspace et lire les résultats dans une table MATLAB.
Classes
polyspace.Project | Run Polyspace analysis on C and C++ code and read results |
polyspace.GenericTargetOptions | Create a generic target configuration |
polyspace.DefectsOptions | Create custom list of defects to check |
polyspace.CodingRulesOptions | Create custom list of coding rules to check |
polyspace.BugFinderResults | Read Polyspace Bug Finder results from MATLAB |
Propriétés
polyspace.Project.Configuration Properties | Customize Polyspace analysis of handwritten code with options object properties |
Fonctions
polyspacesetup | Integrate Polyspace installation with Simulink |
polyspaceroot | Get Polyspace installation folder |
polyspaceBugFinder | Run Polyspace Bug Finder analysis from MATLAB |
polyspaceConfigure | Create Polyspace project from your build system at the MATLAB command line |
polyspace_report | Generate reports from Polyspace analysis results |
Rubriques
- Integrate Polyspace with MATLAB and Simulink
Integrate Polyspace with MATLAB and Simulink® to identify potential bugs, run-time errors, and coding standard violations in your model and code.
- Get Started with Polyspace Analysis by Using MATLAB
Tutorial showing how to analyze handwritten C/C++ codes by using Polyspace from the MATLAB Command Window.
- Run Polyspace Analysis by Using MATLAB Scripts
Check C/C++ code with Bug Finder or Code Prover using M-files, run analysis locally on desktop or remote server.
- Generate MATLAB Scripts from Polyspace User Interface
Create MATLAB program files for automated runs from a project configured in the Polyspace user interface.
- Visualize Bug Finder Analysis Results in MATLAB
Generate graphs from Polyspace analysis results.
- Troubleshoot Polyspace Analysis from MATLAB
Read analysis log for errors and work around the errors.