MATLAB coder settings for generating code for external project c/c++
Ältere Kommentare anzeigen
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?
Antworten (1)
Anakin Zheng
am 1 Feb. 2019
1 Stimme
There is no such feature at this point.
Is there any reason you want everything in one header?
Thanks
Kategorien
Mehr zu C Shared Library Integration finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!