Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

2 Ansichten (letzte 30 Tage)
Emil
Emil am 27 Apr. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
Nabeel Abbood
Nabeel Abbood am 4 Sep. 2012
This is what I am doing for now and still looking for a better way if there is.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by