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 日

0 投票

y1 = interp1(x, y, x1);

1 件のコメント

Leotsing
Leotsing 2016 年 7 月 31 日
編集済み: Leotsing 2016 年 7 月 31 日
Thank you very much!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

タグ

質問済み:

2016 年 7 月 31 日

編集済み:

2016 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by