How to Copy a block from libraray into simulink model?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello.. I have defined the mask initialization of subsystem that it copies a block from library (not Simulink standard library) number of times defined in mask parameter. Problem is if library has not been opened it fails. So I need to open the library first before using that subsytem. Is there any way so that I can avoid this and I can use the Subsystem defined above without opening its referenced library.
Thanks.....
댓글 수: 0
답변 (1개)
Albert Yam
2012년 8월 8일
Add open_system at the top, and close_system at the bottom, to your mask.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Subsystems에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!