How can I plot around 1000 surfaces in 3D and with good speed?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Matt J
il 1 Apr 2021
Modificato: Matt J
il 1 Apr 2021
You can keep the axes invisible until all surfaces have been added.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!