Can more than one model be used for " fit data" in Simbiology
2 次查看(过去 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!