how do I check if my graph cross verticle lines
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Ameer Hamza
am 30 Nov. 2020
See the FEX package: https://www.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections.
Based on how you draw the graph, you may also use fzero() or fsolve()
2 Kommentare
Ameer Hamza
am 30 Nov. 2020
Can you show how you curve is created? Is it an equation? Or do you have some data points?
Siehe auch
Kategorien
Mehr zu Least Squares finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!