MATLAB coder settings for generating code for external project c/c++
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Depending on the settings, applying MATLAB coder on a filename.m generates as a minimum these files:
- filename.h, filename.c, filename_types.h, rtwtypes.h, filename_initialize.h, filename_initialize.c
Is there any option the get to content of filename.h & filename.c coded in a filename.h file only?
- In filename.h there are the includes #include <stddef.h> and #include <stdlib.h>
Is it possible (by any settings) to get rid of this auto-includes?
0 commentaires
Réponses (1)
Anakin Zheng
le 1 Fév 2019
There is no such feature at this point.
Is there any reason you want everything in one header?
Thanks
2 commentaires
Voir également
Catégories
En savoir plus sur C Shared Library Integration 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!