MATLAB coder settings for generating code for external project c/c++
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?
Réponses (1)
Anakin Zheng
le 1 Fév 2019
1 vote
There is no such feature at this point.
Is there any reason you want everything in one header?
Thanks
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!