Plotting CMM measurements of circles to check roundness
6 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I've created a table with variables 'X','Y','Z' where numers represents the spatial coordinates of points taken from CMM measurements. Basically, each row of my table provides the x,y,z coordinates of a point (and I have data for more than 500 points). I'm looking for a way to plot these points in order to recreate a figure (hopefully, as close to a circumference as possible) but I have some problems. I've tried with a simple plot3(X,Y,Z) but basically it returns a sort of mixture of time series.
I don't know exactly how to combine the x,y,z data together to identify a point in the space.
Here an example of a table I've created.
Any suggestion willbe extremely welcomed! :)
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Delaunay Triangulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!