Ältere Kommentare anzeigen
Hello,
I have one problem which i can't solve.
I have x = [...], y1=[...], y2=[..] And i have made plot in one graph. Now i want with specific X (is 230) find y1 and y2 on graph and write it out that i can know which value is y1 and y2 on this x.
Thanks in advance. Regards, Andrej
1 Kommentar
Azzi Abdelmalek
am 19 Jan. 2014
androSLO commented
How to do that?
Akzeptierte Antwort
Weitere Antworten (3)
Image Analyst
am 18 Jan. 2014
0 Stimmen
You can use spline() or polyfit() to get the value at "in between" locations.
1 Kommentar
Image Analyst
am 18 Jan. 2014
Actually it's easier to just do what Azzi showed you.
androSLO
am 19 Jan. 2014
0 Stimmen
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!