How to split the function when generating code with MATLAB coder.
Mostra commenti meno recenti
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,
Risposte (1)
Darshan Ramakant Bhat
il 18 Set 2020
1 voto
You can try coder.inline('never') in your MATLAB Functions. Below is the documentation for the same.
Hope this will be helpful for you.
1 Commento
Takumi Tanaka
il 23 Set 2020
Categorie
Scopri di più su MATLAB Coder in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!