multiple line fitting on scatter plot
Show older comments
Hi,
I have a large amount of data from which i made scatter plots. The data has distinct features through which the scatter could be devided into 3 parts. Stable in the beginning from 0 to 0.3, then constant decline from 0.3 to 1 and then constant increase from 1 to 3.
Now i want to get 3 straight lines from these 3 areas, and also the lines should be connected. I tried curve fitting but it does not solves the problem as the break points are important indicators. I tried some tools and scripts shared on this forum, but all of them do not allow control over the placement of knots (or may be they allow control but i could not find out how to do that).
Answers (3)
Image Analyst
on 23 Nov 2016
1 vote
You might check out the minimum perimeter polygon algorithm. http://dip.sun.ac.za/~hanno/tw444/lesings/lesing_19.pdf
Image Analyst
on 23 Nov 2016
0 votes
Categories
Find more on Scatter Plots 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!