How to programmatically set model to use data dictionary?
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Izaak
el 13 de Sept. de 2023
Comentada: Izaak
el 18 de Sept. de 2023
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 comentarios
Respuesta aceptada
Selena Mastrodonato
el 14 de Sept. de 2023
Hi Izaak,
to set data dictionary used by a model you could use the command: set_param('ModelName','DataDictionary','DataDictionaryName.sldd')
Más respuestas (0)
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!