Embedded coder parameter handling
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Girish Jadhav
el 17 de Feb. de 2020
Editada: Benjamin Thompson
el 10 de Feb. de 2022
Hello, in Embedded coder when I geneate the Code it will only generate the variables which is used in my model. But I want all the variables which is present in the base workspace. I am using the Mpt.Parameter as objects. Is there any way for this? Thanks
0 comentarios
Respuesta aceptada
Benjamin Thompson
el 8 de Feb. de 2022
You must use a variable in your model somewhere in order for embedded coder to generate references to it in your code. Otherwise how will it know where to put the references?
1 comentario
Benjamin Thompson
el 10 de Feb. de 2022
Editada: Benjamin Thompson
el 10 de Feb. de 2022
If your question has been answered please mark it as accepted.
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!