How to remove the function 'ldexp' in generated code?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 19 Sep. 2019
Beantwortet: MathWorks Support Team
am 19 Sep. 2019
How to remove the function 'ldexp' in generated code?
Akzeptierte Antwort
MathWorks Support Team
am 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:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!