Feeds
提问
How can we increase/decrease the number of triangles in a triangulation that is created from a polyshape object?
I wrote the following code: C1 = polyshape(X1,Y1); C2 = polyshape(X2,Y2); C = subtract(C1,C2); T = triangulate(C); where X1...
2 years 前 | 3 个回答 | 0
3
个回答已解决
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
10 years 前