How can I genereate only one h file?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear sir or madame,
we are using Matlab 2019a . When generating the code out of the simulink model we receive three header and one c files.
modelname.h, modelname.c, modelname_private.h, modelname_types.h
How can we change the settings so that only one h files gets generated?
Thanks a lot!
Sina Brenner
0 commentaires
Réponses (1)
Ajay Pattassery
le 14 Nov 2019
Modifié(e) : Ajay Pattassery
le 14 Nov 2019
Hello,
You can have a single header file modelname.h as codegen output by setting the File packaging format in Simulink Model Configuration Parameters to compact.
0 commentaires
Voir également
Catégories
En savoir plus sur Simulink Coder dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!