Can more than one model be used for " fit data" in Simbiology

1 view (last 30 days)
Can we use more than one more model to fit the data. Whether fit data task in Simbiology allows it ?

Accepted Answer

Arthur Goldsipe
Arthur Goldsipe on 6 Jul 2019
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.

More Answers (0)

Communities

More Answers in the  SimBiology Community

Products

Community Treasure Hunt

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

Start Hunting!