is it possible to display simulink model on GUI created by ourselves?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Steve Miller
am 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Multibody finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!