Azzera filtri
Azzera filtri

How to control Simmechanics motion from GUI?

3 visualizzazioni (ultimi 30 giorni)
Yoga
Yoga il 10 Ott 2012
Hello.. I'm a Simmechanics user. I have a GUI and Simmechanics model. I want my Simmechanics model have a motions depends on data from GUI. My question, how to transfer a data from GUI to simulink (Simmechanics) I have made so that my Simmechanics can move? Which blocks should I use?
Thank you..

Risposte (1)

Kaustubha Govind
Kaustubha Govind il 10 Ott 2012
I am assuming that you mean to feed input signals/data into Simulink from your GUI, and not just tune parameters, correct?
It is fairly straightforward to access Simulink data during simulation (for example, if you want to update a plot in your GUI according to the current simulation output), but takes a little more thought to use your GUI as a source to your Simulink model. Note that the model expects the source to produce a value at every time-step during execution, so it is best to create a MATLAB S-function block to act as a source. The S-function can read the appropriate data from your GUI at every time-step and provide that as an input to the rest of the model.

Categorie

Scopri di più su Equations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by