フィルターのクリア

How do I find out what type of block a Simulink block is?

60 ビュー (過去 30 日間)
Michael Hodgson
Michael Hodgson 2021 年 10 月 7 日
コメント済み: Michael Hodgson 2021 年 10 月 8 日
For an assignment, the lecturer provided a sim. I know what some of the blocks are; how can I find out what the other blocks are? In other words, what type they are?

採用された回答

Paul
Paul 2021 年 10 月 8 日
Right click on the block. In the menu that pop-up menu, the identifier within the parentheses next to Block Parameters is the type of the block.
Or, click on the block to highlight it, and then at the the command line:
get_param(gcb,'BlockType')
Unfortunately, and this is annoying, it's not straightforward to find that block in the Simulink Libray Browser, at least in my version of Simulink. I don't know why there isn't a way to do that, similar to the Libray Link option for library blocks. Oh well. If you need to find it, you can right click on the block, click Help, and the doc page contents shows which library contains that block.

その他の回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2021 年 10 月 7 日
What is a "sim"? If you have a Simulink model, double click the block. The block type is usually shown at the dialog window. Click "Help" button will provide you with the full document.
  1 件のコメント
Michael Hodgson
Michael Hodgson 2021 年 10 月 7 日
Thank you, only that doesn't work for all blocks. For example;
If I double click the Mac Plus, I get a graph.
If I double click some blocks, I get a bunch of more blocks.
If I double click some other blocks, I get a code tab open.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with Simulink についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by