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

3 views (last 30 days)
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,

Accepted Answer

Arthur Goldsipe
Arthur Goldsipe on 20 Aug 2021
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?

More Answers (0)

Communities

More Answers in the  SimBiology Community

Tags

Community Treasure Hunt

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

Start Hunting!