Set parameterlimits while fitting with fminsearch

Hello, I have a function with which I have estimated the parameters for two linked differential equations. I minimize with fminsearch the quadratic errors between original data and function data. However, I have now extended/changed my differential equation, so that the fit spits out no more justifiable values. Therefore, I would like to know if there is a possibility to determine an area in which the parameter must be located. I hope someone knows a solution

 Accepted Answer

Matt J
Matt J on 21 Oct 2019
Edited: Matt J on 21 Oct 2019
Here is a fairly popular version of fminsearch that lets you apply constraints
I haven't had the occasion to use it myself, though.

2 Comments

thank you, that helped a lot
You're welcome, but please Accept-click the answer if you consider your question resolved.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 21 Oct 2019

Commented:

on 22 Oct 2019

Community Treasure Hunt

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

Start Hunting!