MATLAB: How to find the change in curve

digital signal processingimage processingImage Processing Toolbox

i have plotted a curve on my image. The curve is shown in red. I want to find the jump in my curve with some good algroithm. The area in the curve where i want to detect jump is shown in blue. I have tried to find difference between two point to detect jump but that always does not return me the points in the curve i want(show in blue).

Best Answer

Have you tried findchangepts()?