interp1 function knowing X coordinates
3 views (last 30 days)
Show older comments
Hello everybody ;
so here I have twwo equations FX and FY as shown in the figure

>>
with intersections points . with the function inter1 , and by putting the the equations : FZ=FX-FY , I found the intersection points but only the xx' coordinates.
I wonder if there is a quick method to get the yy' coordinates while knowing the xx' coordinates .
my problem is more complicated than that but this the general idea. how to know the yy' coordinates by knowing the xx' coordinates of the intersection points.
2 - as you can see also by the same figure, plot gives you the hand to know the coordinates of each point on the graph , so is there any possibility to get these points by this way ?
thank you
5 Comments
Adam
on 20 Apr 2017
Not exact in what way? They are interpolated values at the x point you give which is, presumably, somewhere between two actual samples of x.
So unless you have the analytical function there is no 'true' value between those that you have defined discretely. There are various different interpolation methods, but which is best depends on the situation. All of them will give an approximation of the data value, they can't no the absolute correct value.
Answers (0)
See Also
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!