how to open a block from Simulink at GUI
5 views (last 30 days)
Show older comments
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):
when I click on this button in GUI:
Thanks.
0 Comments
Answers (2)
Swarooph
on 7 Nov 2016
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 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!