Extract data using ginput and fit with a formula of your choice
Show older comments
I am choosing two end points using ginput [x,y] = ginput(2) and then I need to separate my data set which lies between the two end points. The separated data set must be fitted into the following formula.
y(1)*exp(-(x-x(1))/T)+y(2)
y(1),x(1),y(2) are the values taken from ginput. T is a parameter that I need to determine.
How can be done?
3 Comments
Mathieu NOE
on 16 Jun 2021
hello
have you started coding something ?
C A
on 16 Jun 2021
Mathieu NOE
on 16 Jun 2021
hello
maybe if you share the code and data I can work on it
Accepted Answer
More Answers (0)
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!