필터 지우기
필터 지우기

How to do model fitting to sum up two concentration in simbiology

조회 수: 3 (최근 30일)
Dear Simbiology community,
I got confused about summing up two species concentration in simbiology.
In my dataset, I have a column named "ACRG", which represents experimental values of a biomarker. However, in my model, I have defined two species (ACRG1 and ACRG2) relevant to this biomarker. From the algebraic view, "ACRG"=Concentration of ACRG1+concentration of ACRG2.
When I do the model fitting and would like to get the model parameter estimation, how could I let the software know it should estimate the sum of those two species concentration value as the "ACRG" in my dataset?
Many thanks if someone could provide the answer in detail.
YZ

채택된 답변

Sietse Braakman
Sietse Braakman 2020년 2월 20일
You can create a species ACRG and use a repeated assignment rule to assign the sum of ACRG1 and ACRG2 to ACRG. The repeated assignment rule will then read: ACRG = ACRG1 + ACRG2.
When you set up your fit task, you can map the data column for ACGR in your dataset to the species ACGR in your model.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Scan Parameter Ranges에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by