Have x find y
이전 댓글 표시
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
Azzi Abdelmalek
2014년 1월 19일
androSLO commented
How to do that?
채택된 답변
추가 답변 (3개)
Image Analyst
2014년 1월 18일
0 개 추천
You can use spline() or polyfit() to get the value at "in between" locations.
댓글 수: 1
Image Analyst
2014년 1월 18일
Actually it's easier to just do what Azzi showed you.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!