How can i determine the points of the intersection of the curve with an axis parallel to x axis ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi
I have this curve and i want to determine the points of the intersection with the red curve h1.
Please help me.
1 Kommentar
Torsten
am 10 Feb. 2017
How are the curves given ? As tables of values ? Or explicit functions ?
Best wishes
Torsten.
Antworten (1)
KSSV
am 10 Feb. 2017
interp1 should work for you....the red curve is at 185 on y-axis. Let x,y be your curve data.
yi = 185 ;
xi = interp1(y,x,yi)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Curve Fitting Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!