What are the distribution rights for the header files used by autocoded Simulink models?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Patrick
le 28 Jan 2025
Réponse apportée : Mark McBroom
le 26 Fév 2025
When generating C++ code from simulink models, a variety a of "generic" header files, such as rtw_solver.h and rtwtypes.h, are needed to build and run the model in addition to the model specific headers (e.g., model.h, model_types.h, etc). If we want to share the C++ code for these models externally (potentially even to users without Matlab), are we able to share these generic headers, and are there any restrictions. I have not been able find any documentation that explicitly discusses this.
Thanks for all of your help,
Patrick
0 commentaires
Réponse acceptée
Mark McBroom
le 26 Fév 2025
There are no restrictions on sharing the generic header files.
0 commentaires
Plus de réponses (0)
Voir également
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!