필터 지우기
필터 지우기

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