sim command problem, the model not run for desired time
2 次查看(过去 30 天)
显示 更早的评论
hi all,
i have problem using sim command,
[Tout,X,Y1,Y2]=sim('mymodel',[realT,[],[realT[u;u]])
Ts=4sec N=2000sec realT=Ts*(1:N)'
the problem here Tout and Y1 Y2 just run for 55 sec and it should be 8000sec if i am right? so something prevent my model to run till the real time,
by the way i change the ode but no clue
any help please thanks
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!