Feeds
提问
Set and enforce axis properties immediately
I have visualization code along the following lines: subplot(1, 2, 1); scatter3(N(:,1), N(:,2), N(:,3), '.'); drawnow...
10 years 前 | 3 个回答 | 1
3
个回答提问
GA optimization of 3D point cloud
I have a 3D point cloud I need to optimize with respect to maximizing the volume of its convex hull. For n points, the input to...
10 years 前 | 1 个回答 | 0
1
个回答提问
Volume of 3D polyhedron
Given a set of 3D coordinates, how can one find the volume of the polyhedron that is not necessarily convex?
10 years 前 | 1 个回答 | 1