How to add Simulink icon to our own GUI.
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am preparing a GUI, in which i would like to add Simulink tool to the Tool bar existing in the GUI. I want to open a new simulink model by a click. I want to open a untitled simulink model, with my click on that icon, as we generally do in the Simulink Library Browser.
Please help me
0 件のコメント
採用された回答
TAB
2012 年 1 月 23 日
To create & open a new 'untitled' simulink model, use below command in pushbutton callback function
open_system(new_system);
0 件のコメント
その他の回答 (1 件)
Christophe
2012 年 1 月 23 日
Hello,
Create a pushbutton associated with a Callback function.
In the Callback, use the "simulink" command, it will call Simulink when clicking on the button.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!