It is possible to change the values of the simulink frpm the Gui?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
hi, i wanna buid a gui, where i can write values and after pressing the button "start" the simulink should take these values.
It is possible???
THX
3 Commenti
Kaustubha Govind
il 6 Mag 2013
Will the GUI provide a single value for each input that needs to be used as a Constant input for the entire simulation, will it provide a set of values to use from StartTime to StopTime, or does the model need to read from the GUI at each time-step to get the value?
sia
il 7 Mag 2013
sia
il 7 Mag 2013
Risposte (1)
Arunkumar Muthukumaran
il 19 Dic 2015
0 voti
Use set_param() to access and update the value of constant blocks. This command will dynamically update the values during simulation.
Questa domanda è chiusa.
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!