reducepatch command in Matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I need some help with the reducepatch command in matlab, i want to reduce the patch face size so I have a model with smaller file size.
Does anyone know how I can do it?
I tried to define p as patch (x,y,z,c) and put reducepatch(p, 0.15), but it did not work.
Thank you
댓글 수: 1
Jan
2021년 1월 7일
Please mention, what "does not work" means. It is easier to help you, if the problem is clear.
답변 (1개)
Srija Kethiri
2022년 5월 6일
편집: Srija Kethiri
2022년 5월 6일
It is my understanding that you have created a patch ‘p’ and want to reduce its faces.
As you are using the command reducepatch(p,0.15) it reduces the faces of your original figure to 15%.
To better understand the command, you can refer to the following documentation about reducepatch command:
To get more information about patch, you can refer to this document:
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!