Can I define the initial condition at a nonzero point using Simulink integator?

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 Comments

Do you only want to integrate forward from t =1? Or is t = 1 the final time and you want to integrate backward towards t = 0?
Do you know the conditions for all states in the system at t = 1?
someone recommended me to use a delay block, but a delay block cannot be attached to an integrator
I don't know why a delay block can't be attached to an integrator, but I also don't know that would help.

Sign in to comment.

Answers (1)

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.

Categories

Find more on General Applications in Help Center and File Exchange

Asked:

on 24 Jan 2021

Answered:

on 24 Jan 2021

Community Treasure Hunt

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

Start Hunting!