Embedded coder parameter handling
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Benjamin Thompson
2022-2-8
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 个评论
Benjamin Thompson
2022-2-10
编辑:Benjamin Thompson
2022-2-10
If your question has been answered please mark it as accepted.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!