How to add Simulink icon to our own GUI.
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Christophe
il 23 Gen 2012
0 voti
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 Commenti
Sriharsha
il 23 Gen 2012
Christophe
il 23 Gen 2012
Try this command :
open_system('untitled')
Categorie
Scopri di più su Simulink Environment Customization in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!