How to programmatically set model to use data dictionary?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to be able to programmatically set the data dictionary used by a model. Bonus would be to also programmatically access the data dictionary set for a model.
0 commentaires
Réponse acceptée
Selena Mastrodonato
le 14 Sep 2023
Hi Izaak,
to set data dictionary used by a model you could use the command: set_param('ModelName','DataDictionary','DataDictionaryName.sldd')
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!