How to add Simulink icon to our own GUI.?

Illustration
Damian - 2020-09-24T14:27:23+00:00
Question: How to add Simulink icon to our own GUI.?

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.

Expert Answer

Profile picture of John Michell John Michell answered . 2025-11-20

To create & open a new 'untitled' simulink model, use below command in pushbutton callback function

open_system(new_system);


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!