How to identify blocks in Simulink diagrams that are added by the user (in a diagram created programmatically)?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have got the following problem: I am creating Simulink models programmatically by adding blocks and lines within a script. At a later time I want to know if the user added some blocks manually and if yes, which blocks.
I wondered what is the best way to do this... Is there maybe like a hidden attribute I can modify or even add to my programmatically added blocks? The only way I thought of is to use prefix or suffix at block names.
Thanks a lot for your help in advance!
댓글 수: 1
Sriram Narayanan
2015년 5월 8일
There is currently no way to identify Simulink blocks which were added programmatically other than to add suffixes and prefixes as you mentioned.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!