Error: expected the time data (independent variable) of the data input argument to be finite

조회 수: 2 (최근 30일)
Hi, there,
I am new in Simbiology/MATLAB. I am trying to reproduce parameter estimates of a population PK models that I created in NONMEM. I prepared the data and the progarm sections to mirror what I coded in NONMEM. When I hit "run", it did not work because of this error "expected the time data (independent variable) of the data input argument to be finite". I have a time variable column in the data. I have tried 2 different projects and got the same error...
Any help would be much appreciated. Thank you,

채택된 답변

Arthur Goldsipe
Arthur Goldsipe 2021년 8월 20일
This error means that your time data is invalid because it contains non-finite values. Look for infinite or NaN (not a number) values in your data. Perhaps this indicates a problem when importing your data. If you still can't find the problem with the data, can you attach a sample file so that we can reproduce the problem?

추가 답변 (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