Análisis de Bug Finder con scripts de MATLAB
Si utiliza MATLAB como lenguaje de scripts, puede ejecutar Polyspace® desde MATLAB. Para comenzar, realice una configuración única inicial para asociar Polyspace y MATLAB. Consulte Integrate Polyspace with MATLAB and Simulink.
Una vez que se haya configurado, puede ejecutar todas las funciones de Polyspace desde MATLAB. En especial, puede configurar un objeto polyspace.Project
para ejecutar un análisis de Polyspace y leer los resultados en una tabla de MATLAB.
Clases
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 |
Propiedades
polyspace.Project.Configuration Properties | Customize Polyspace analysis of handwritten code with options object properties |
Funciones
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 |
Temas
- 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.