how to open a block from Simulink at GUI

2 ビュー (過去 30 日間)
Deividas Baranskas
Deividas Baranskas 2016 年 11 月 6 日
回答済み: Deividas Baranskas 2016 年 11 月 7 日
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.

回答 (2 件)

Swarooph
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')
Take a look at the doc for more information.

Deividas Baranskas
Deividas Baranskas 2016 年 11 月 7 日
Thanks man, it helped :)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by