Be brief:
I input x1=2.3 and I want to get output y1 (Linear correspondence of 2-x1-3 TO 2.3-y1-3.1)
what command can I use?
Tanks to everyone view and review this quesition!

 Respuesta aceptada

Walter Roberson
Walter Roberson el 31 de Jul. de 2016

0 votos

y1 = interp1(x, y, x1);

1 comentario

Leotsing
Leotsing el 31 de Jul. de 2016
Editada: Leotsing el 31 de Jul. de 2016
Thank you very much!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 31 de Jul. de 2016

Editada:

el 31 de Jul. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by