Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Why matlab(Simulink) does not care about output min and Output max option on any calculated signal
조회 수: 3 (최근 30일)
이전 댓글 표시

If I m given Output min as 0 and Output max as 60 then total addition or result should not cross Min-Max values that 0-60.but here ans of my model is coming as =115 (65+50). as per Output max and Output min concept Ans of my model should be 60 as I have define Output Max value as 60.
댓글 수: 0
답변 (2개)
Vishwanath Salokye
2016년 10월 13일
Hi Yogesh I am sorry that I could not understand your question. Can you please explain me more clearly by taking screenshot of sum block "Functional Block Parameter : Sum/Signal Data Type"
댓글 수: 1
Walter Roberson
2016년 10월 13일
I think the question might have been about why the block did not saturate at the value configured as its maximum. Notice the value on the Display block.
Walter Roberson
2016년 10월 13일
The behavior on overflow is a series of configuration parameters. I suggest you start with the Model Advisor and then the Upgrade Advisor, as those will typically give you warnings about saturation behavior
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!