How do I set a custom name for my project when using the "Source Code" build type in the MATLAB Coder App R2015b?
Show older comments
At the very end of the code generation workflow, you can choose from several different build types: C/C++ source code, MEX-file, static library, dynamic library or executable. Most of those build types allow you to specify a custom name for the project, but the "Source Code" option does not. Instead, it sets the project name to the name of the first entry-point function. How can I give a custom name to my project if the build type is set to "Source Code"?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!