How to find if the Simulink model is used for code generation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sohil Shrestha
el 12 de Mayo de 2021
Respondida: Jonas
el 13 de Oct. de 2021
Is there a heuristic or certain block parameter configuration that suggests if a Simulink model is used or configured
for code generation?
0 comentarios
Respuesta aceptada
Jonas
el 13 de Oct. de 2021
System Target File will be 'ert.tlc' if the model is configured for code generation.
strcmp('ert.tlc',get_param('mymodel','SystemTargetFile'))
0 comentarios
Más respuestas (1)
Pranav Verma
el 20 de Mayo de 2021
Hi Sohil,
To check if the model will generate a code, you can go to "Generate Code from the Model" section in the documentation.
Thanks
Ver también
Categorías
Más información sobre Simulink 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!