이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
C/C++ S-Function 만들기
C 또는 C++ 코드를 사용하여 S-Function 작성
S-Function Builder를 사용하거나 레거시 코드 툴을 사용하여 처음부터 S-Function을 작성하여 C/C++ S-Function을 만들 수 있습니다. 이러한 접근 방식 각각에서는 S-Function 작성의 편의성과 S-Function에서 지원되는 기능 사이의 상호 절충이 필요합니다.
블록
S-Function | 모델에 S-Function 포함 |
S-Function Builder | C 또는 C++ 코드를 통합하여 S-Function 생성 |
도움말 항목
C/C++ S-Function 소개
- Create and Implement a Basic C MEX S-Function
Construct the code to create an S-function. - Simulink Engine Interaction with C S-Functions
Learn how the Simulink® engine interacts with a C S-function to create and debug your own C S-functions. - S-Function 콜백 메서드
S-Function 콜백 메서드를 구현합니다. - S-Function SimStruct Functions
Access Simulink data structure through SimStruct macros and functions.
C S-Function 만들기
- Templates for C S-Functions
Use code templates as starting points for writing your own C S-functions. - C MEX S-Function Examples
Model systems through C MEX S-function examples. - S-Function Examples
Create various types of S-functions and S-function features. - MATLAB Data in C S-Functions
PerformmxArray
manipulation in C S-functions. - Convert Level-1 C MEX S-Functions
Convert S-functions written for earlier Simulink releases to work with the current version.
C++ S-Function 만들기
- Create C++ Source File
Create a C++ S-function from a C S-function. - Make C++ Objects Persistent
Create C++ objects that persist across invocations of the S-function. - Build C++ S-Functions
Build a C++ S-function.