MATLAB coder settings for generating code for external project c/c++
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Anakin Zheng
on 1 Feb 2019
There is no such feature at this point.
Is there any reason you want everything in one header?
Thanks
See Also
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!