Feeds
답변 있음
How do I select a y value by a certain x datetime
You could try to use 'find'. 'find' gives you the index of the datetime, and thus the index of the y you need. y(find(h==d...
How do I select a y value by a certain x datetime
You could try to use 'find'. 'find' gives you the index of the datetime, and thus the index of the y you need. y(find(h==d...
7년 초과 전 | 0
질문
When I extend the integration period for ODE solvers my results change
I have a model with 4 states with 3 equations per state. I switch between the states using event functions. However, if I chang...
7년 초과 전 | 답변 수: 0 | 0
