Caleb Williams
University of West Florida
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
To find common area between two plots.
The first step is to turn your circle into an array of points. theta=0:0.001*pi:2*pi; x=cos(theta'); y=sin(theta'); ...
To find common area between two plots.
The first step is to turn your circle into an array of points. theta=0:0.001*pi:2*pi; x=cos(theta'); y=sin(theta'); ...
6 years 前 | 0
已回答
Point cloud to Mesh/Surface/Grid to STL
Five years later, but may still be relevant... Try using the "boundary" function. You can input a point cloud of (x,y,z) coo...
Point cloud to Mesh/Surface/Grid to STL
Five years later, but may still be relevant... Try using the "boundary" function. You can input a point cloud of (x,y,z) coo...
7 years 前 | 9
| 已接受