How to determine curve types by matching experimental data to references

2 views (last 30 days)
Hello,
I'd like to group many experimental curves into several types.
All data might be grouped into several curve types, something like: https://www.wavemetrics.com/sites/www.wavemetrics.com/files/images-imported/LittleFunctionPics_3.png
The problem is that manually grouping can include analyst's intention. So I'd like to find a Matlab code to do that.
Is there a way to match data to the reverence cureves and to find which reference curve is best matching?

Answers (1)

Matt J
Matt J on 4 Mar 2020
Edited: Matt J on 4 Mar 2020
You could fit each curve with all the types and see which gives the least residual.

Community Treasure Hunt

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

Start Hunting!