Plotting Too many points in scatter3

10 vues (au cours des 30 derniers jours)
Sakthivel Natham Chandrasekaran
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 commentaires
Walter Roberson
Walter Roberson le 24 Juin 2021
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.
Sakthivel Natham Chandrasekaran
@KSSV I have 3 coordinates, X,Y, and Z with which i can plot the data
@Walter Roberson Thank you. I'll try using patch()

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by