How do i know the name of these blocks that marked below
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Walter Roberson
2023-3-14
The yellow one looks to be a pitch calculation as a MATLAB Function Block; see https://www.mathworks.com/matlabcentral/answers/1840408-wind-turbine-model-block-cp-lambda-beta-function-syntax-error
The black one appears to be a gain block with gain "K" https://www.mathworks.com/help/simulink/slref/gain.html -- however it is possible that something slightly different is meant by "K-"
3 个评论
更多回答(1 个)
Sam Chak
2023-3-14
编辑:Sam Chak
2023-3-14
Hi @Karam Karas
- Block in yellow circle looks like a Mask, which is a custom user interface for a block, but can be easily constructed using a MATLAB Function block, where the op(lambda, beta) function is written in MATLAB. If it is the latter, the MathWorks logo should appear in the center of the block.
- Block in red circle looks like the Fcn block (now obsolete) or maybe the Interpreted MATLAB Function block that applies specified expression to input. For less complicated expressions, it can be easily replaced by the Math Function block (that contains many common mathematical functions).
- Block in black circle is a Gain block (that looks like an Amplifier).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Run-Time Parameters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!