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

5 次查看(过去 30 天)
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

采纳的回答

Jake Gareau
Jake Gareau 2024-8-9
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by