How to set initial condition for SIM/Predict/ Forecast

2 views (last 30 days)
I'm simulating a system that has a few models work in sequences. The last output of the previous model will be the initial condition for the next one. The function 'simOptions' and 'InitialCondition - io'(below) seem to be the right one. I have tried to set the io structure many time, but still cannot get it right. Anyone can show me some samples please. I'm using both Transfer function and State Space model. Thanks
y = sim(sys,data,opt) opt = simOptions(Name,Value) 'InitialCondition' io — Structure with thefollowing fields

Answers (0)

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!