필터 지우기
필터 지우기

How to interpolate a surface without changing the convexity

조회 수: 2 (최근 30일)
Weitao Chen
Weitao Chen 2022년 9월 6일
답변: vamshi sai yele 2022년 9월 14일
I want to smooth my 3D data surface by interpolation. It looks like this
I tried with method 'cubic' and 'akima' but these methods chang the convexity. Any method to interpolate my data without introducing the peak and valley?
  댓글 수: 1
Torsten
Torsten 2022년 9월 6일
편집: Torsten 2022년 9월 6일
Why do you want to smoothe your surface ? In my opinion, it looks smooth enough - the isolines are very regular.
If you want to interpolate, use "interp2" on the original data.

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

답변 (1개)

vamshi sai yele
vamshi sai yele 2022년 9월 14일
As per my understanding you want smoothen a 3D figure without altering its behaviour.
I have tried from my side to find the solution and below are my findings. Hope you find them helpful.
To smoothen a 3-D figure, there is direct keyword ‘smooth3()’ which simply works as magic. Attached figure-1 shows a result without the keyword and figure – 2 shows after applying the smooth3() function.
Fig-1
Fig-2
The MATLAB code for the above experiment and other useful resources links have been attached below for your reference and for other techniques.
Hope you will find them helpful!

카테고리

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