How to know x value if I have y value from graph
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169648/image.png)
0 Commenti
Risposte (1)
Arun Mathamkode
il 2 Feb 2018
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 Commenti
Vedere anche
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!