How can I use an input to change the initial condition of an integrator block in Simulink?
9 次查看(过去 30 天)
显示 更早的评论
I have a Simulink model which runs under a third party software which has fixed inputs. One of the inputs specifies an initial value for a variable.
When I built the model the initial condition of the integrator block was specified with a variable in the initialization m-file. Now, the other software requires that the value must come from an input. How it can be done?
0 个评论
回答(1 个)
Jason Moore
2015-2-7
If you right click on the integrator block and go to block parameters there is an option for initial condition source. Change this from internal to external and you will now have an inport for the block to feed in the initial condition.
1 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!