Is it possible to share configuration set when each model has its own data dictionary?
8 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2025-7-17
回答: MathWorks Support Team
2025-7-17
I am creating individual data dictionaries for each model.
With this setup, is it possible to share and utilize a common configuration set across all models?
采纳的回答
MathWorks Support Team
2025-7-17
By using the configuration references, it is possible to share the same configuration set across multiple models.
For more details, please refer to the documentation below.
Share a Configuration with Multiple Models:
Share a Configuration Across Referenced Models:
Please note that if you are creating individual data dictionaries for each model, you will also need to use the "referenced dictionaries" in addition to the configuration references.
For example, you can achieve your desired setup by storing data that you want to use commonly across all models in a global or shared data dictionary, and then referencing this shared data dictionary from each model’s individual data dictionary.
Alternatively, you can add a reference to the top model’s data dictionary from the referenced model’s data dictionary.
For more details about referenced dictionaries, please refer to the documentation below.
Partition Dictionary Data Using Referenced Dictionaries:
Additionally, we believe the following example may also be helpful for your reference.
Partition Data for Model Reference Hierarchy Using Data Dictionaries:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Manage Design Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!