이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
블록 작성 기본 사항
블록을 작성하여 Simulink®의 모델링 기능을 확장하는 원리
Simulink를 사용하면 사용자 고유 블록을 만들어 내장 모델링 기능을 확장할 수 있습니다.
내장 라이브러리에서 적합한 블록을 제공하지 않을 경우 필요에 맞게 Simulink 블록을 새로 만듭니다. Simulink 블록 다이어그램이 아니라 MATLAB® 함수를 사용하여 새 기능을 만들 수 있습니다.
블록
Function Caller | Call a Simulink function |
Level-2 MATLAB S-Function | 모델에서 Level-2 MATLAB S-Function 사용 |
MATLAB Function | Include MATLAB code in Simulink models |
MATLAB System | Include System object in model |
S-Function | 모델에 S-Function 포함 |
S-Function Builder | C 또는 C++ 코드를 통합하여 S-Function 생성 |
Simulink Function | Simulink 블록을 사용하여 그래픽 방식으로 함수 정의 |
Fcn | 지정된 표현식을 입력에 적용 |
도움말 항목
- Types of Custom Blocks
Learn about the capabilities of custom blocks.
- Design and Create a Custom Block
Build a custom block using a Level-2 MATLAB S-function.
- Comparison of Custom Block Functionality
Compare and contrast the features of different custom blocks types.