How do I set a custom name for my project when using the "Source Code" build type in the MATLAB Coder App R2015b?
Mostrar comentarios más antiguos
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"?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!