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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 1