how to open a block from Simulink at GUI
조회 수: 3 (최근 30일)
이전 댓글 표시
Hey, I'm creating a user interface with GUIDE of one Simulink model. So how to open this block (this block is at Simulink model):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157733/image.png)
when I click on this button in GUI:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157735/image.png)
Thanks.
댓글 수: 0
답변 (2개)
Swarooph
2016년 11월 7일
By open, do you mean the double clicking action on the model? If yes, you can use the open_system command. Example below:
open_system('my_model/block_name')
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!