How can I ensure that my C function is inlined in the autocode?

1 view (last 30 days)
I am calling a C function from embedded matlab (R2015a) using ceval. The call is in the middle of a large loop so I want the function inlined in the autocode. How do I declare/define the C function to achieve this?

Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!