Debugging und Qualitätsanalyse von S-Functions
Qualitätsanalyse und Fehlerbehebung potenzieller Probleme in S-Functions
Analysieren Sie die Qualität Ihrer S-Functions mithilfe von S-Function APIs.
Blöcke
S-Function | Include S-function in model |
S-Function Builder | Integrate C or C++ code to create S-functions |
Klassen
Simulink.sfunction.Analyzer | Create S-function analyzer object |
Simulink.sfunction.analyzer.BuildInfo | Create an object to represent build information |
Simulink.sfunction.analyzer.Options | Create an object to specify options for running S-function checks |
Methoden
findSfunctions | Find and return all eligible S-functions in a model |
Themen
- Run Quality Checks on S-Functions Using S-Function Analyzer
Run quality checks on S-functions using S-Function Analyzer to identify and resolve potential problems.
- Run Quality Checks on S-Functions
This example shows how to use S-Function analyzer programmatic interfaces to check S-functions for potential problems and improvements.
- Troubleshoot S-Function Checks
Troubleshoot the problems that could occur during S-function checks.
- Debug C MEX S-Functions
Troubleshoot errors and problems in C MEX S-Functions.
- S-Functions in Normal Mode Referenced Models
Learn the requirements for C S-functions that are used in referenced models executing in normal mode.