Generated code (Embedded Coder) for Mod block generates expensive function call to rt_modf

5 visualizaciones (últimos 30 días)
Using the built in math function block for the mod operation generates an expensive function call in the generated code.
I am using floating points and the desire is just to produce fmodf() as the result of code generation.
Anyone have any ideas? there do not seem to be any settings for this block related to CodeGen

Respuesta aceptada

Jake Gareau
Jake Gareau el 9 de Ag. de 2024
using a C code function block or a state machine with the execution set to C language, the function "fmod" from the standard math.h library can used.
Not sure if there is a way to do it natively in MATLAB or simulink but this work around gets the job done

Más respuestas (0)

Categorías

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

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by