youssef hany
Followers: 0 Following: 0
Feeds
提问
How to create a planar surface with voids?
I have four 3D points representing the boundaries of a wall shown in red. All I need is to create a surface (by a surface I mean...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to use Delaunay Triangulation to create a plane with constraints?
I have four coplanar points shown in red and I want to create a plane bounded by these four points (representing a wall). The gr...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to sort points clockwise or counterclockwise?
I'm using inpolygon function and it requires points to be sorted clockwise and sometimes counterclockwise, how I can do that abo...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to save coordinates in a text file?
I've used ''inpolygon'' function and I want to save the red points in a txt file in form of 2 columns of x and y, for ex. : -1....
2 years 前 | 1 个回答 | 0
1
个回答提问
How to read x and y values from a text file?
I have a text file with two columns of x and y values something like this: 4.3 2.3 1.1 2.9 . . I want to create one array...
2 years 前 | 1 个回答 | 0