Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

2 visualizzazioni (ultimi 30 giorni)
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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by