how do I check if my graph cross verticle lines

1 view (last 30 days)
hello,
How can I check if my graph cross one of the verticle graphs x=1, x=2, x=3, X=4,X=5?
thanks in advance

Answers (1)

Ameer Hamza
Ameer Hamza on 30 Nov 2020
Based on how you draw the graph, you may also use fzero() or fsolve()
  2 Comments
Ameer Hamza
Ameer Hamza on 30 Nov 2020
Can you show how you curve is created? Is it an equation? Or do you have some data points?

Sign in to comment.

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!