- Simulink config set (Simulink.ConfigSet) is used to generate the code from Simulink model using Simulink Coder and Embedded Coder.
- There is another product call Matlab Coder which is used to generate code from Matlab scripts. The example in the link is for Matlab coder.
Simulink.ConfigSet vs. coder.EmbeddedCodeConfig?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a company specific Simulink code generation config set. I instead want to generate code from a Matlab function using the codegen command as in this example: https://se.mathworks.com/help/ident/ug/generate-code-for-online-state-estimation-in-matlab.html
- How can I inherit my Simulink company settings for use with codegen command?
- What is the relation between the classes Simulink.ConfigSet and coder.EmbeddedCodeConfig?
2 comentarios
TAB
el 14 de Ag. de 2018
I think you are refering to 2 different products here.
You can not use Simulink.ConfigSet from your company in Matlab coder.
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!