How to fill the gaps in a patch plot through adaptive interpolation

조회 수: 2 (최근 30일)
AAS
AAS 2020년 9월 3일
댓글: AAS 2020년 9월 4일
I have a 2 dimensional patch plot that looks like this where the colors represent magnitude of flow rate so basically I have x position, y position and magnitude of flow rate for each of the patches you see.
Is there any way I can fill in the entire area (within the red lines in the below image )through some sort of adaptive interpolation of particular connectivity so it does not fill up the entire image?
Thanks in advance!!!
  댓글 수: 7
J. Alex Lee
J. Alex Lee 2020년 9월 3일
so you are not asking to fill in the space between the red curves with a single color, but you want the region between the red curves to be a patchwork of color, informed by the small patches you already have in there?

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

답변 (2개)

J. Alex Lee
J. Alex Lee 2020년 9월 3일
You could add in "corners" where your red curves intersect the y-axes as new (x,y) coordinates, then do a convexhull on them. That should create a "tight" blanket around your points.
If you can then identify those points along the top edge vs bottom edge (in this case maybe above and below mean y-value?) you can shift or stretch the appropriate y-coordinates up and down appropriately.
Could it work?
  댓글 수: 2
J. Alex Lee
J. Alex Lee 2020년 9월 4일
edit: this answer is for drawing a single colored band indicated by something like the red curves in the question, it does not answer the actual question.
AAS
AAS 2020년 9월 4일
No I am sorry that’s not what I am looking for but thanks for the suggestion.

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


J. Alex Lee
J. Alex Lee 2020년 9월 4일
If you reduce your current patches into single (x,y) coordinates, e.g., center of mass, then you can triangulate/find the voronoi diagram of them
And hopefully be able to use that as a basis to create the patches you are looking for

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by