How to remove the function 'ldexp' in generated code?

조회 수: 1 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2019년 9월 19일
답변: MathWorks Support Team 2019년 9월 19일
How to remove the function 'ldexp' in generated code?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 9월 19일
This function is introduced to the generated code due to the usage of multi word types in the model.
So by don't using these fixed point data types, it can be resolved.
Removing them from the model will remove also the 'ldexp' function in the generated code.
Please use this feature to display the Data Types to figure out, where you have the above mentioned Data Types in your model:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

태그

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by