Creating new blocks for use in Simulink
이전 댓글 표시
How to create a new block with user defined parameters and function in Simulink?..please help
답변 (1개)
Andreas Goser
2011년 1월 24일
1 개 추천
I am aware of two major implementations. First you can create your own Simulink block by using standard blocks and put them into a subsystem. Finally you mask the subsystem, see
Secondly, you can include C-code as an S-Function (and also mask):
카테고리
도움말 센터 및 File Exchange에서 Subsystems에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!