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!