How to know x value if I have y value from graph
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi all, I have fitted the curve, and plot it.
Now, I have y value, it equal to 100 (y=100),
how to extract x value from fitting curve? Because original data do not have x value when y=100.
Thank you
댓글 수: 0
답변 (1개)
Arun Mathamkode
2018년 2월 2일
I assume you will have the model which you used to fit the data and the coefficients. You can invert the model and find X from Y.
The following answer also will be helpful to you.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!