how to change the value for parameter in simulink block using m file
6 views (last 30 days)
Show older comments
how to change the value for parameter in simulink block using m file
0 Comments
Accepted Answer
Ritish Sehgal
on 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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!