How do i know the name of these blocks that marked below

조회 수: 3 (최근 30일)
Karam Karas
Karam Karas 2023년 3월 14일
댓글: Karam Karas 2023년 3월 15일

채택된 답변

Walter Roberson
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
Walter Roberson
Walter Roberson 2023년 3월 14일
Oh, that makes sense!
Karam Karas
Karam Karas 2023년 3월 15일
Thank you so much for your reply.
I found out that i could right click and see it under the Mask.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sam Chak
Sam Chak 2023년 3월 14일
편집: Sam Chak 2023년 3월 14일
  1. 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.
  2. 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).
  3. Block in black circle is a Gain block (that looks like an Amplifier).

카테고리

Help CenterFile Exchange에서 Run-Time Parameters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by