repeating plot
Afficher commentaires plus anciens
I have a large set of 3d data that I want to plot using plot3, but this process is taking ages.
is there anyway I can reduce the time to plot these points?
1 commentaire
Jan
le 28 Mar 2011
Please post the exact dimensions and the command you plot with. "large" can mean 1.000 or 1.000.000 elements and the answer depends on such details.
Réponses (1)
Walter Roberson
le 27 Mar 2011
1 vote
Changing the figure 'renderer' property might speed up the plotting.
Generally speaking, the way to speed up large plots is to reduce the amount of data to be plotted. That might involve sub-sampling the data or gridding it.
Catégories
En savoir plus sur Line Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!