Turning on the 'Optimize using the specified minimum and maximum values' setting seems to remove critical code
조회 수: 3 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2018년 9월 27일
편집: MathWorks Support Team
2023년 6월 21일
Hi, I'm using Embedded Coder to generate code for my model. In the Config Params under 'Optimization', there is a setting called 'Optimize using the specified minimum and maximum values'. I observe that when this setting is off, I'm able to generate code for my model as desired. However, when this setting is turned on, I observe code corresponding to a part of a subsystem to be removed ("optimized" away) and this is undesirable.
Is this a bug?
채택된 답변
MathWorks Support Team
2023년 6월 21일
편집: MathWorks Support Team
2023년 6월 21일
Please review the code that seems to be removed when the 'Optimize using the specified minimum and maximum values' setting is turned on. It is possible that the code is dead or unreachable due to maximum or minimum limits you specify for your signals or parameters. This setting tells the code generation algorithm that there are parts of the model that are unused and therefore, it is redundant to generate code for them. For more information on this setting, please review the following documentation page:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!