Clear Filters
Clear Filters

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

4 views (last 30 days)
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 Comments
jonas
jonas on 8 Aug 2018
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.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 1 Aug 2018
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 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!