Is it possible to specify a dynamic value for the Integrator block's "Upper Saturation Limit" parameter using an external input?
조회 수: 10 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2013년 10월 8일
편집: MathWorks Support Team
2022년 9월 20일
The Integrator block has an "Upper Saturation Limit" parameter that denotes the upper limit for the integral. I would like to specify a dynamic value for this parameter using an external input to the Integrator block, such that its value is computed by other blocks in my model.
채택된 답변
MathWorks Support Team
2022년 9월 20일
편집: MathWorks Support Team
2022년 9월 20일
The ability to use an external input to specify a dynamic value for the built-in Integrator block's "Upper Saturation Limit" parameter is not available in Simulink.
To work around this issue, you can use core Simulink blocks to build your own integrator block that allows you to specify dynamic values for its parameters. See the attached Simulink model, named continuous_integrator.mdl, for an example that demonstrates a custom integrator block with external inputs for its "Upper Saturation Limit" and "Lower Saturation Limit" parameters.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discontinuities에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!