Simbiology Model Analyzer: input error for CMAX and Partial AUC

조회 수: 1 (최근 30일)
Fan
Fan 2025년 1월 1일
댓글: Fan 2025년 1월 2일
Hi I am using SimBiology Model Analyzer to run a non-compartmental analysis. The program runs fine with the default parameters.
However, if I try to specify a CMAX time range or partial AUC range by typing, for example, [1 24], the following error messages occur: "Invalid input argument of type 'cell'. Input must be a structure or a Java or COM object."
Can someone offer help or suggestions? Data is attached. Thank you in advance.
For reference, I used the exact syntax as minute 3:55 of this instructional video from Matlab (https://www.mathworks.com/videos/simbiology-tutorial-importing-data-and-noncompartmental-analysis-1600088547318.html)

채택된 답변

Arthur Goldsipe
Arthur Goldsipe 2025년 1월 2일
Hi,
This is a bug. The bug is triggered if you try to calculate partial areas and some of the subjects don't have enough measurements.
In your case, subjects 1 and 7 have no concentration measurements. If you don't specify a time for partial AUC, you will see that the NCA parameters for these two subjects are all listed as NaN.
I think the easiest way to work around this bug would be to exlude the data for subjects 1 and 7. One way to do that is as follows:
  • Import the data into the SimBiology Model Analyzer app.
  • Right-click on the datasheet table and select "Exclude Data by Expression".
  • In the editor, add exclusions for Subject==1 and Subject==1.
I'm attaching a R2024b SimBiology project that illustrates this.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by