Finding X value value at y value?
이전 댓글 표시
In matlab is it be possible to find x values at specific y value, just as we did for finding y value at specific x value by using interp1
y2 = interp1(x,y,x0)
One way I did it is
x2 = interp1(y,x,y0)
but its not giving me a suitable result ...
댓글 수: 2
madhan ravi
2019년 3월 17일
"but its not giving me a suitable result ..."
How? and why?, illustrate with a sample data.
Image Analyst
2019년 3월 17일
Read this link
Then
- ask an actual question
- give us your data
- tell us what other ways you tried
- tell us why the one way you tried (and the others) is not suitable.
답변 (1개)
Jan
2019년 3월 18일
0 개 추천
I guess you are looking for fzero().
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!