フィルターのクリア

How do I find which blocks are used in this scheme?

3 ビュー (過去 30 日間)
Mone
Mone 2023 年 2 月 10 日
コメント済み: Mone 2023 年 2 月 11 日
I am new to Matlab's SIMULINK, and my next assignment includes modelling and simulating a PV Module.
I'm having a problem finding which blocks are depicted in the scheme though, and I've tried looking over the entire library to find them by their pictures with no avail.
I can so far tell the square blocks are simple mathematical operators, but what about the one with an arrow enclosed in a circle (Ipv) and the pentagonal ones ([Im], [V])?
Any help would be appreciated. Thank you.

採用された回答

Tushar Behera
Tushar Behera 2023 年 2 月 10 日
編集済み: Tushar Behera 2023 年 2 月 10 日
Hi Mone,
I asssume you want to know the blocks used in the simulink model.
As per my knowledge the "pentagonal ones ([Im], [V])" are "From" blocks and "Goto" blocks which you can find by their respective names. Here is a documentation link to know more about them:
"the one with an arrow enclosed in a circle (Ipv)" is the "Controlled Current Source " block. To know more about it you can refer to the following link
The square blocks written "v" and "i' inside them are voltage measurement block and current measurement blocks respectively.
In order to find these blocks inside simulink library use the library address given in the documentation. For exapmple:
I hope this answers your question.
Regards,
Tushar
  2 件のコメント
Mone
Mone 2023 年 2 月 10 日
Tushar,
This has been of great help. Thank you.
Good luck to your future endeavours,
Mone.
Mone
Mone 2023 年 2 月 11 日
Tushar,
Sorry for bothering you with newbie questions, but I have another block that I'm finding a hard time identifying.
Is this the standard Math Function power block, just labeled differently?
Thank you in advance.

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

その他の回答 (1 件)

Venkat Siddarth
Venkat Siddarth 2023 年 2 月 10 日
I understand that you are not able to find which block depicts which component.To find more about the component
one workaround is to double-click the block so that you will get either a description page or parameter page which will have a detailed description about the component.For example if I double-click on inport component,the following is its component page.
I hope this resolves your query.
Thanks,
Venkat Siddarth V

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by