How to split the function when generating code with MATLAB coder.

Hi,
I generate C code in MATLAB coder.
In that case, one very large function is generated.
The compiler I'm using can't handle one large function.
Is there a way to split a function while preserving its functionality?
Thanks and Regards,

Antworten (1)

Darshan Ramakant Bhat
Darshan Ramakant Bhat am 18 Sep. 2020

1 Stimme

You can try coder.inline('never') in your MATLAB Functions. Below is the documentation for the same.
Hope this will be helpful for you.

Kategorien

Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2019b

Gefragt:

am 18 Sep. 2020

Kommentiert:

am 23 Sep. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by