Plotting Too many points in scatter3
10 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to plot 3D scatter plot which takes a lot of time. My data to be plotted are coordinates of a gear tooth(Only one gear tooth).
I want to highlight only certain points among those cooordinates. Everytime i run a scatter plot, it takes almost 2hours to complete plotting. Is there any workaround for this scatter3 ?
Thanks & Regards
N.C.Sakthivel
3 个评论
Walter Roberson
2021-6-24
In some cases, using patch() instead of scatter3() can result in faster plotting. patch() does not have markers as such, so you might have to program in lots of volume constructions to look like a marker.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!