Unites of the transfer rates
1 次查看(过去 30 天)
显示 更早的评论
Hi,
The simulations of my model differ at different unites of transfer rates. For example, the following are plots for the same variable but for different time scales. Could you please help me to figure out the reason?
2 个评论
Arthur Goldsipe
2023-5-3
I'm not sure I understand your question. Can you share reproduction steps?
I think you're saying that changing your simulation stop time from 5000 hours to 3e5 minutes (which should be equivalent) changes the results of your simulation. If that's the case, I can think of a couple of possible explanations. But it would be easiest to confirm if you could share a model that reproduces this problem.
回答(1 个)
Arthur Goldsipe
2023-5-19
Did you enable UnitConversion for your model? If not, then you will need to manually update your entire model to use consistent time units when changing the sto ptime from hours to minutes.
If you did enable UnitConversion and see this difference, then another common cause of mistakes is incorrectly handling units when calling functions. There's a tip about this on the UnitConversion reference page: "Non-dimensionalize the parameters that are passed to the function if they are not already dimensionless."
Lastly, I suggest reading these simulation troubleshooting tips. In particular, you might want to see if the discrpancy can be removed by disabling AbsoluteToleranceScaling.
社区
更多回答在 SimBiology Community
另请参阅
类别
在 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!