필터 지우기
필터 지우기

Simultaneously fitting two observed objects

조회 수: 1 (최근 30일)
Bohao
Bohao 2023년 11월 18일
답변: Jeremy Huard 2023년 11월 20일
I read a sentence in the literature: "All fitting and simulations were performed using Simbiology®/MATLAB® R2017a software and SAAMII v.2.3 (The Epsilon group, Model parameters were collected from the literature. The unknown parameters were obtained by fitting the QSP model to the kinetics data. The unknown parameters were obtained by fitting the QSP model to the kinetics data of CART cells and cytokines in peripheral blood simultaneously ".
The question is: using simbiology how to fit the data of both observed subjects simultaneously? What is the specific function? can fitproblem() accomplish this?

채택된 답변

Jeremy Huard
Jeremy Huard 2023년 11월 20일
Hi @Bohao,
yes, you can accomplish this using fitProblem or the Model Analyzer App. All will need is a different column for each observable you want to fit and a group column, which specifies the subject/experiment ID.
I would recommend to set up the fit in the App and from the App, generate the equivalent code, which will include a call to fitProblem.
Best,
Jérémy

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