Is it possible to share configuration set when each model has its own data dictionary?
9 views (last 30 days)
Show older comments
MathWorks Support Team
on 17 Jul 2025
Answered: MathWorks Support Team
on 17 Jul 2025
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?
Accepted Answer
MathWorks Support Team
on 17 Jul 2025
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 Comments
More Answers (0)
See Also
Categories
Find more on Manage Design Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!