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

1 vue (au cours des 30 derniers jours)
How to remove the function 'ldexp' in generated code?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 19 Sep 2019
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:

Plus de réponses (0)

Catégories

En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange

Tags

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by