How can I plot around 1000 surfaces in 3D and with good speed?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Good day! I am plotting over 1000 surfaces with the command [x, y, z] = sphere; in one shape. Naturally, I end up with a very slow and heavy 3d render. How can I do it better?
0 commentaires
Réponse acceptée
Matt J
le 1 Avr 2021
Modifié(e) : Matt J
le 1 Avr 2021
You can keep the axes invisible until all surfaces have been added.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!