is it possible to display simulink model on GUI created by ourselves?

3 views (last 30 days)
It's common for us to see the simulation process(such as the simulation process simMechanics) on the GUI provided by mathworks.But is it possible for us to display simulink model and simulation process on the GUI created by ourselves? I guess we may manage it by extracting and getting the handle of the simulink. Does anybody has the same idea or has better advice?

Answers (1)

Steve Miller
Steve Miller on 24 Nov 2021
MATLAB Apps can have many different types of elements in them. A static image of the Simulink model would certainly be possible, and it is also possible to include MATLAB figure windows. You should be able to use those abilities to include the information you want in a MATLAB App.
--Steve

Categories

Find more on Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!