이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.
S-Function을 디버그하고 품질 분석하기
S-Function의 품질을 분석하고 S-Function에서 발생할 수 있는 문제 해결
S-Function API를 사용하여 S-Function의 품질을 분석할 수 있습니다.
블록
S-Function | 모델에 S-Function 포함 |
S-Function Builder | C 또는 C++ 코드를 통합하여 S-Function 생성 |
클래스
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 |
메서드
findSfunctions | Find and return all eligible S-functions in a model |
도움말 항목
- Check S-Functions Using S-Function Analyzer APIs
Run quality checks on S-functions to identify 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.