I have a Matlab function (of 10 independent variables) based on a model (which generates an oscillating curve with varying period). I need to suitably vary the variables to fit measured data to extract model parameters.
The measured data is a two column vector, M (L, P). The model function is P = ModelFunction (L, a, b, c, d....), where a, b, c, d...are the independent variables which needs to be varied to match the measured data.
I do not have Matlab's optimization toolbox. Is there a Matlab function which can already do this. Else please could someone guide me on how to to approach this problem?