How to programmatically set model to use data dictionary?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Selena Mastrodonato
il 14 Set 2023
Hi Izaak,
to set data dictionary used by a model you could use the command: set_param('ModelName','DataDictionary','DataDictionaryName.sldd')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Programmatic Model Editing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!