Boundary of multiple xy plots
조회 수: 1 (최근 30일)
이전 댓글 표시
I wish to know how to get the boundary of multiple xy-plots/datasets and put it in to a single xy-plot/dataset. My goal is to export this dataset to a dxf file as polygon.
I tried delaunayTriangulation together with convexHull, but that did not work as intended, as the algorithm guessed my boundary incorrectly. Furthermore, I do not have access to the boundary m-file.
See attached an example figure of a rectancle and a oval. One of which I used convexHull, which is the undersired result, and the other which I visually modified as the desired result.
Ps. I found an m-file which could potentially help creating the desired result, but I have not figured out how to proceed after finding the intersect coordinates. http://nl.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections
undesired result:

desired result:

댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Construct and Work with Object Arrays에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!