フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

interpolate vectors represented as (X & Y) per point on a Grid represented as (X&Y)

2 ビュー (過去 30 日間)
Emil
Emil 2012 年 4 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Is there a way to interpolate a surface without separating the vector into X & Y?
Let say I have a surface and I want to plot topography over that surface.
I could;
x_Vector2=TriScatteredInterp(Xgrid,Ygrid,xVector)
y_Vector2=TriScatteredInterp(Xgrid,Ygrid,yVector)
problem is that I have one interpolate per direction.
  1 件のコメント
Nabeel Abbood
Nabeel Abbood 2012 年 9 月 4 日
This is what I am doing for now and still looking for a better way if there is.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by