How can I import a data to constant block that into the different simulink model?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
bayram özmen
am 30 Nov. 2017
Kommentiert: Birdman
am 30 Nov. 2017
I have a simulink model that its name is gui. And I want to send two data from gui to simulink model'S constant block. How can I do this?
0 Kommentare
Akzeptierte Antwort
Birdman
am 30 Nov. 2017
You should use set_param command as follows:
set_param('gui/Constant','Value','i')
set_param('gui/Constant1','Value','j')
10 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Schedule Model Components finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!