Find intersection of points in a graph
Show older comments

Is there a way to find the intersection of two curves in the graph? If yes, can someone help me with the code
Accepted Answer
More Answers (2)
KSSV
on 8 Jul 2022
0 votes
You can consider using this:
1 Comment
Chinmayraj Doddarajappa
on 8 Jul 2022
Hrusheekesh
on 11 Jul 2022
0 votes
Hi chinmayraj,
You can also subtract the two curves and get the absolute difference, compare with the tolerance (ex: eps) for near values.
Categories
Find more on Line 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!