How to remove the function 'ldexp' in generated code?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 19 Set 2019
Risposto: MathWorks Support Team
il 19 Set 2019
How to remove the function 'ldexp' in generated code?
Risposta accettata
MathWorks Support Team
il 19 Set 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:
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deployment, Integration, and Supported Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!