lookup table(interp)command

1 回表示 (過去 30 日間)
Leotsing
Leotsing 2016 年 7 月 31 日
編集済み: Leotsing 2016 年 7 月 31 日
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!

採用された回答

Walter Roberson
Walter Roberson 2016 年 7 月 31 日
y1 = interp1(x, y, x1);
  1 件のコメント
Leotsing
Leotsing 2016 年 7 月 31 日
編集済み: Leotsing 2016 年 7 月 31 日
Thank you very much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by