統計
All
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...
3年弱 前 | 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年 前