Simbiology with matlab background

조회 수: 1 (최근 30일)
Nouran Zaid
Nouran Zaid 2020년 7월 15일
댓글: Nouran Zaid 2020년 8월 16일
Why didn't the PBPK model simulate till the stopping time (5000 minutes) but only for a fraction of a minute after the injection time? I used different solvers but still it didn't work. How can I solve that without writing codes?

채택된 답변

Arthur Goldsipe
Arthur Goldsipe 2020년 7월 15일
It's very hard to say what's going on without having reproduction steps. Can you share your model and the steps you used to simulate and generate the plot?
In the absence of more information, here are some possible explanations:
  • The simulation stopped early because of the number of logged time points matched the MaximumNumberOfLogs stop criterion.
  • The simulation stopped early because the amount of real-world time to simulate matched or exceeded the MaximumWallClock stop criterion.
  • The simulation ran to completion, but your plot is only showing the results at the times specified in the OutputTimes property.
-Arthur
  댓글 수: 2
Arthur Goldsipe
Arthur Goldsipe 2020년 7월 15일
Oh, and I just saw you that you mentioned "without writing code." So I'm guessing you're using SimBiology's graphical desktop. In that case, you will find these configuration options under "Simulation Settings" in the user interface.
Nouran Zaid
Nouran Zaid 2020년 8월 16일
Thank you

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Import Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by