How can I customize generated code with MATLAB Coder R2017b?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 28 de Dic. de 2017
Editada: MathWorks Support Team
el 13 de Abr. de 2023
I would like to customize the names of local or global variables in the generated code. For example, I want to modify the variable name by adding characters either before or after the default variable name. Are there options to do this with MATLAB Coder?
Respuesta aceptada
MathWorks Support Team
el 10 de Abr. de 2023
Editada: MathWorks Support Team
el 13 de Abr. de 2023
With Embedded Coder installed, you can:
1. Use Code Appearance to specify what characters prefix or suffix global and local variables. See the below for instructions on how this is done:
Run this command in MATLAB R2017b for documentation:
>> web(fullfile(docroot, 'ecoder/ug/customize-generated-identifiers.html'))
For the latest release documentation:
2. Consider Code Replacement, which is used to specify new name and structure to functions in the generated code. See:
Run this command in MATLAB R2017b for documentation:
>> web(fullfile(docroot, 'coder/code-replacement-mc.html'))
>> web(fullfile(docroot, 'coder/ug/what-is-code-replacement-mc.html'))
For the latest release documentation:
1 comentario
Royi Avital
el 21 de Sept. de 2020
Is there a way to do something like in ecoder for the regular coder?
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!