필터 지우기
필터 지우기

Hole filling by interpolation method?

조회 수: 2 (최근 30일)
Ampi
Ampi 2012년 3월 5일
I have already implemented the following code to slice a 3D face in matlab which is shown below:-
[x y z v]=flow(100);
slice(v,x1,y1,z1);
%%Output:- Gives a sliced view of the Three dimensional face
Now i want to interpolate the 3D data to fill holes in the face.But interp3,griddata3 is giving me errors.
Can anybody tell me how to use interp3 in matlab to interpolate the 3D data?
Thanks in advance.
With regards,
Ampi.
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2012년 3월 5일
Can you show how you're calling interp3/griddata3? What is the _full_ content of the error message?

댓글을 달려면 로그인하십시오.

답변 (1개)

Andrew Newell
Andrew Newell 2012년 3월 5일
If your data are irregularly spaced, you could try using triscatteredinterp.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by