Effacer les filtres
Effacer les filtres

Simulink code generation: How can I add parameters to the generated functions from simulink models?

2 vues (au cours des 30 derniers jours)
Hi,
I am working with Simulink and Embedder coder. I am generating C code, but I would like to change the parameters from the generated functions. For example, I get:
void Generated_function(void){}
And I want:
void Generated_Function(int i, int e){}
Do you know how can I get this ? how can I modify my simulink model to get this output?
I'd really appreciate your help.

Réponses (1)

Sachin Kumar
Sachin Kumar le 8 Mai 2017

Catégories

En savoir plus sur Simulink Coder dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by