Borrar filtros
Borrar filtros

Check for opening of model

31 visualizaciones (últimos 30 días)
Rohit
Rohit el 5 de Jul. de 2023
Respondida: Sanskar el 5 de Jul. de 2023
I searched a lot of websites online and a lot of resources, but did not find a way to check whether any model is open or not. Can someone help me with this??
  1 comentario
Sahas Marwah
Sahas Marwah el 5 de Jul. de 2023
Hi @Rohit, some more information like which app you are using, what version would be required by me to help you out with your problem.

Iniciar sesión para comentar.

Respuestas (1)

Sanskar
Sanskar el 5 de Jul. de 2023
Hi Rohit!
You can use the common block properties to check whether a model is open or not. The get_param() function in MATLAB has one option called 'Open' which returns 'on' if the model is open and you can see an UI and 'off' otherwise so you can you use strcmp() function to match both the string.
Refer to these documentation
Hope it helps!

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by