フィルターのクリア

I would like to do "back" interpolation to find an x value from the given values of z and y.

2 ビュー (過去 30 日間)
ahmad albngali
ahmad albngali 2020 年 3 月 4 日
回答済み: KSSV 2020 年 3 月 4 日
for example i have all data for x , y and z
x=[2.6,5.2,14,23.3,28.3,2.6,5.2,14,23.3,28.3,2.6,5.2,14,23.3,28.3]
y=[3.5,6.9,17.7,29.1,35.2,3.5,6.8,17.5,28.7,34.8,3.4,6.6,16.9,27.6,33.5]
z=[450,450,450,450,450,350,350,350,350,350,250,250,250,250,250]
and as you can see from the attachment
if i want to know what is
y =
when x= 20
and z= 367
is ther any function to do that ??????

回答 (1 件)

KSSV
KSSV 2020 年 3 月 4 日
Read about scatteredInterpolant.

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by