How do I set the Simulink model version from the MATLAB command line?
Mostrar comentarios más antiguos
I want to set the Simulink version of my model from the MATLAB command line. I can query the model version using -
get_param(bdroot,'Modelversion')
But if I want to set the model version using -
set_param(bdroot,'Modelversion',1.2)
I receive the following error:
ERROR: ??? Error using ==> set_param
block_diagram parameter 'Modelversion' is read-only.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Programmatic Model Editing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!