Can more than one model be used for " fit data" in Simbiology
조회 수: 1 (최근 30일)
이전 댓글 표시
Can we use more than one more model to fit the data. Whether fit data task in Simbiology allows it ?
댓글 수: 0
채택된 답변
Arthur Goldsipe
2019년 7월 6일
No, SimBiology’s built-in fitting capabilities only support fitting one model to one dataset. If I needed to do this, I would choose an optimization function like lsqcurvefit or fitnlm, or fminsearch if I didn’t have access to either of these functions. Then, I would construct an appropriate objective function for the chosen optimizer.
댓글 수: 0
추가 답변 (0개)
커뮤니티
더 많은 답변 보기: SimBiology Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Import Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!