lookup table(interp)command

1 visualización (últimos 30 días)
Leotsing
Leotsing el 31 de Jul. de 2016
Editada: Leotsing el 31 de Jul. de 2016
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
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 Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by