필터 지우기
필터 지우기

Check for opening of model

조회 수: 31 (최근 30일)
Rohit
Rohit 2023년 7월 5일
답변: Sanskar 2023년 7월 5일
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
Sahas Marwah
Sahas Marwah 2023년 7월 5일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sanskar
Sanskar 2023년 7월 5일
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!

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by