I have 3d points and I should determine a method to produce and visualize a "center line" down the central axis

4 次查看(过去 30 天)
Load and visualize the file data (attached). This is data cloud of 3d points . You will want to examine the first "field" coordinates associated with each "node"(x,y,z). The units are in mm. Load the second field "error". Determine a method to produce and visualise a "center line" down the central axis of figure. Determine a method to calculate the radius/diameter of the figure at a number of points down this center line. Provide an estimate of the overall figure "length" and "volume".
  4 个评论
jonas
jonas 2018-8-8
What is going on in this thread. Are you trying to delete the question? It's not very polite when Image Analyst gave you so much help.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2018-8-1
I'd use plot3() to plot the points. Then I'd use pca() to find the central principal component axes, then use plot3() again to plot those axes through the points.
  11 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by