Simulink Mask Parameter
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, There is the possibility to change the value of a mask parameter from matlab? For instance i'd like to make the number of the iteration of this block programmable.. Thank you
0 Kommentare
Akzeptierte Antwort
Paulo Silva
am 5 Sep. 2011
For example one Subsystem called Subsystem on a model called untitled, SG is one mask variable, to change that variable do this:
set_param('untitled/Subsystem','SG','10') %now the variable is equal to 10
If you change with the model running you need to update the simulation
set_param('untitled', 'SimulationCommand', 'update')
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks 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!