Extract individual curve from a multiple curve plot
I have plottedthe attached data using
figure; scatter(data(:,1),data(:,2)); It gives me plot as shown below
As can be seen from the figure that we have 11 curves in this plot. How can I trace each curve and get (X,Y) value and so that I have X and Y values for all 11 curves?I have plottedthe attached data using
figure; scatter(data(:,1),data(:,2)); It gives me plot as shown below
As can be seen from the figure that we have 11 curves in this plot. How can I trace each curve and get (X,Y) value and so that I have X and Y values for all 11 curves? I have plottedthe attached data using
figure; scatter(data(:,1),data(:,2)); It gives me plot as shown below
As can be seen from the figure that we have 11 curves in this plot. How can I trace each curve and get (X,Y) value and so that I have X and Y values for all 11 curves? curve tracing, ploting, image processing, data analysis, clustering, plot MATLAB Answers — New Questions