how do I check if my graph cross verticle lines
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Ameer Hamza
2020-11-30
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 个评论
Ameer Hamza
2020-11-30
Can you show how you curve is created? Is it an equation? Or do you have some data points?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Least Squares 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!