Backwards integration in Simulink

孤街醉人 提交于 2019-12-11 07:18:15

问题


Is it possible to perform backward integration in Simulink, for instance by setting the start time to t_end, the end time to t_start and setting a negative time step (-dt)? Or should I rather try an implementation in Matlab? I need a fixed-step integration scheme.

I need this for a control problem with the application of Pontryagin's principle. For example, see the Section 4 of https://asco.lcsr.jhu.edu/docs/EN530_603_F2015/lecture9.pdf.


回答1:


Time cannot run backwards in Simulink. You'd need to derive/implement your model using a change of variable where that variable runs forwards.



来源:https://stackoverflow.com/questions/42646463/backwards-integration-in-simulink

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!