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!

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 31 Jul. 2016

0 Stimmen

y1 = interp1(x, y, x1);

1 Kommentar

Leotsing
Leotsing am 31 Jul. 2016
Bearbeitet: Leotsing am 31 Jul. 2016
Thank you very much!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interpolation finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by