Inconsistencies when using ConfigSets and calling rtwbuild
1 次查看(过去 30 天)
显示 更早的评论
Hello!
I want to generate code using a complex model. The model is using other referenced models. As I want to compare the effect of different settings (ConfigSet paramters) in code generation, build and during runtime I have started using ConfigSet references.
That means the model(s) are using paramters based on workspace variables of type ConfigSet. I am loading a .mat file which includes all ConfigSets for all models. Then I want to modify specific settings, 'ProdHWDeviceType' to 'Texas Instruments->C6000'. This is done automatically by overwriting the workspace variables. Then I call rtwbuild.
Sometimes there seems to be an inconsistency, as the generated rtw files lists 'ProdHWDeviceType' as "Intel->x86-64 (Windows64)".
Any hints of what I am doing wrong in the process?
Thank you,
Matthias
0 个评论
回答(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!