Can I define the initial condition at a nonzero point using Simulink integator?
6 次查看(过去 30 天)
显示 更早的评论
Hi, I'd like to define an initial condition for an integrator in simulink.
The integrator block can define y(0)=0.
but I need y(1)=0
is there any solution to define such this IC?
The solution of many ODES is unknown at zero, like Cauchy Euler equations.
So that they define the initial condition at a nonzero point to obtain the constants.
Thanks.
6 个评论
Paul
2021-1-24
I don't know why a delay block can't be attached to an integrator, but I also don't know that would help.
回答(1 个)
Paul
2021-1-24
Look at using the Start Time parameter on the Solver Pane (link). As best I can tell, it will do exactly what you want; initial condtions applicable at the Start Time, other time dependent signals properly computed as well). However, I did notice that Scopes always start the time axis at zero, though there is a clue in the lower right about the Offset. Don't know why they don't just add the Offset to the time axis. But other sim outputs, like To Workspace have the first element in the time vector as the Start Time.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!