Shading between two curves
이전 댓글 표시

Hey, I would like to shade the area between the red curves (.png) and between the green curves. Would be great if someone can help me!
The very best, Philipp
댓글 수: 4
Phil A
2018년 3월 8일
Star Strider
2018년 3월 8일
Do you want to shade the areas in the original plot (probably using the patch function, and that would require your original data set and the code you use to plot it) or the image of the plot that you posted (since you mentioned ‘(.png)’), that requires an image processing approach?
Also you could provide a bit more detail with respect to ‘the area between the red curves (.png) and between the green curves’ since the area between the green curves includes the area between the red curves.
Phil A
2018년 3월 11일
Star Strider
2018년 3월 11일
Posting the relevant code (and data) would help others with similar problems.
답변 (1개)
You can try using the "fill" function (could also use "patch"). Just off the top of my head, if you can compute the area between one of the red/green curve boundaries then use the vector of x and y values to form the polygon. Just remember that the x values will travel from x0 to xmax and back to x0, and the same for the y values. You want to trace the red curve then connect the end of the red curve to the green curve, then travel back up the green curve. So, for example, given the rightmost red/green region, x will go from -2 to about 1.2 then back to -2, and y will go from 0 to 300 and back to 0.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!