필터 지우기
필터 지우기

Finding X value value at y value?

조회 수: 4 (최근 30일)
shoaib Ch
shoaib Ch 2019년 3월 17일
답변: Jan 2019년 3월 18일
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
madhan ravi 2019년 3월 17일
"but its not giving me a suitable result ..."
How? and why?, illustrate with a sample data.
Image Analyst
Image Analyst 2019년 3월 17일
Then
  1. ask an actual question
  2. give us your data
  3. tell us what other ways you tried
  4. tell us why the one way you tried (and the others) is not suitable.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2019년 3월 18일
I guess you are looking for fzero().

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by