new simulink block

How can I create a new simulink block??
For example....how was the path loss block created??
Alton

2 件のコメント

Arnaud Miege
Arnaud Miege 2011 年 5 月 9 日
Can you elaborate on your question? Which path loss block? In which model?
Fangjun Jiang
Fangjun Jiang 2011 年 5 月 9 日
what is or what do you mean a "path loss block"?

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2011 年 5 月 9 日

1 投票

There are several ways to create a custom block in Simulink. The most common ones being:
  1. Implement the block algorithms using Simulink library blocks, wrap them inside a subsystem and mask it.
  2. Create an S-Function and mask it.
  3. 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)

この質問は閉じられています。

タグ

質問済み:

2011 年 5 月 9 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by