Cast to double in embedded coder

8 visualizaciones (últimos 30 días)
Florian
Florian el 2 de Abr. de 2025
Respondida: Mark McBroom el 12 de Abr. de 2025
I am seeing cast to double even though all data types are set to float.
Issue occures in stateflow chart with sampletime. Any nice way to disable this pointless conversion.
Prepared reduced dummy example due to IP protection.
Issue occures in Line 203 now.
  4 comentarios
Florian
Florian el 8 de Abr. de 2025
Hi,
sorry for the late reply.i updated the question with a reduced dummy example.
BR
Florian
Sahas
Sahas el 10 de Abr. de 2025
I am still unable to see the Liftgate_Control library file to reproduce the issue at my end. The issue seems to be due to an extra type casting in the generated code. I would recommend to see where that logic is there in the stateflow diagram and look for any set datatypes for that variable.

Iniciar sesión para comentar.

Respuestas (1)

Mark McBroom
Mark McBroom el 12 de Abr. de 2025
The default data type for literal constants ( i.e. 1.25) is double. This is causing operations with these contants to be cast to double. YOu need to cast the constants as single: single(1.25).
Thanks.
Mark.

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by