Adding and configuring events
1 次查看(过去 30 天)
显示 更早的评论
In simbiology, there is an event trigger that configure events at a SPECIFIC TIME. In my model, the content of m species is number of cells. I want to change values of parameters if the number of cells in that species exceeds a certain value. How can I model this?
0 个评论
回答(1 个)
Arthur Goldsipe
2023-2-3
Events are not restricted to specific times. They can also be used for something like this. The event trigger might look something like "numCells > someLimit". You can find details and examples of events here.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Extend Modeling Environment 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!