convert this ploygon from 2d to 3d graph
이전 댓글 표시
hi
i have this graph
xv = [1,2,3,4.8,8,10,10,5];
yv = [0,4,7.5,7.9,9,4,0,0];
patch(xv,yv,'b');
ylim([-5, 15]);
xlim([0, 15]);
i want to convert this to 3d with z=2 for all point of x-y coordinate
thank in advance regards
댓글 수: 1
Image Analyst
2013년 1월 19일
What do you want it to look like? Like just a flat slab?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Elementary Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!