Fit multiple data set and find the relationship between parameters

3 views (last 30 days)
I have 5 sets of data. The curve of each set of data has an exponential decay with 4 parameters. I want to find the relationship of the parameters and obtain a global function.
How can I do it? Thanks!

Answers (1)

Star Strider
Star Strider on 9 Apr 2014
Edited: Star Strider on 9 Apr 2014
The lsqcurvefit function can take matrix dependent variable data and fit them to matrix dependent variable data. (The nlinfit function will only allow single vector outputs.) You will probably have to experiment to get the result you want.

Community Treasure Hunt

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

Start Hunting!