Constant values Simulink from M-File?

6 views (last 30 days)
Hello,
how i can set a constant value in the constant value block in Simulink from the M-File?

Accepted Answer

Eeshan Mitra
Eeshan Mitra on 16 May 2018
Hi Michael
You can use "set_param" to set the value of a constant block programmatically. You can check out this linked example from the documentation to see the implementation.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!