how to change the value for parameter in simulink block using m file
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ehab
am 23 Jan. 2023
Beantwortet: Ritish Sehgal
am 23 Jan. 2023
how to change the value for parameter in simulink block using m file
0 Kommentare
Akzeptierte Antwort
Ritish Sehgal
am 23 Jan. 2023
Hi,
You can programmatically change the value of block parameters using the “set_param” function.
Below is the link to the documentation that explains about accessing and changing the Block Parameter values:
Hope it helps!!
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!