apply initial conditions to a subsystem
1 view (last 30 days)
Show older comments
I want to apply an external initial condition to my resettable system, just like how it is possible with a integrator block. Anyone know how to do that?
2 Comments
Answers (1)
Fangjun Jiang
on 4 Nov 2019
Use "Initialize Function" in library Simulink\User-Defined Functions.
4 Comments
Fangjun Jiang
on 5 Nov 2019
Edited: Fangjun Jiang
on 5 Nov 2019
No longer need to use "Resettable Subsyhstem"
- Construct your regular Subsystem with states
- Construct your reset logic to send a "reset" event, which trigs the "Reset Function"
- Inside your "Reset Function", construct those reset values and write to the states.
Take a look at the built-in demo models.
See Also
Categories
Find more on Event Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!