new simulink block
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
How can I create a new simulink block??
For example....how was the path loss block created??
Alton
댓글 수: 2
Arnaud Miege
2011년 5월 9일
Can you elaborate on your question? Which path loss block? In which model?
Fangjun Jiang
2011년 5월 9일
what is or what do you mean a "path loss block"?
답변 (1개)
Kaustubha Govind
2011년 5월 9일
1 개 추천
There are several ways to create a custom block in Simulink. The most common ones being:
- Implement the block algorithms using Simulink library blocks, wrap them inside a subsystem and mask it.
- Create an S-Function and mask it.
- Implement the algorithm using an (Embedded) MATLAB Function block
Here is a comparison of the several techniques that can be used: Comparison of Custom Block Functionality.
You can right click on most blocks and select "Look Under Mask" to examine how the block is implemented. (Note: Some native Simulink blocks do not have this option - in which case all implementation details are hidden)
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!