get the Model name which is already opened
조회 수: 36 (최근 30일)
이전 댓글 표시
Would like to know, how to get the model name using Matlab Script which i have already opened. I have a script which finds out the no of Library links those are unresolved. So, when ever i open any model, i want to run the script and get the result for that particular model. Currently, before running the script i need to enter the model name manually.
댓글 수: 0
답변 (2개)
A Jenkins
2014년 9월 22일
>> help gcs
gcs Get the full path name of the current Simulink system.
gcs returns the full path name of the current system. During editing,
the current system is the system or subsystem most recently clicked in.
During simulation of a system containing S-function blocks, the current
system is the system or subsystem containing the S-function block that
is currently being evaluated.
See also gcb, gcbh.
Reference page in Help browser
doc gcs
댓글 수: 0
Gaganjyoti Baishya
2020년 6월 21일
Hi you can get the opened model by get_param(bdroot, 'Name')
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!