Borrar filtros
Borrar filtros

Finding X value value at y value?

4 visualizaciones (últimos 30 días)
shoaib Ch
shoaib Ch el 17 de Mzo. de 2019
Respondida: Jan el 18 de Mzo. de 2019
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 comentarios
madhan ravi
madhan ravi el 17 de Mzo. de 2019
"but its not giving me a suitable result ..."
How? and why?, illustrate with a sample data.
Image Analyst
Image Analyst el 17 de Mzo. de 2019
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.

Iniciar sesión para comentar.

Respuestas (1)

Jan
Jan el 18 de Mzo. de 2019
I guess you are looking for fzero().

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by