How can I plot around 1000 surfaces in 3D and with good speed?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Igor Arkhandeev
el 1 de Abr. de 2021
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 comentarios
Respuesta aceptada
Matt J
el 1 de Abr. de 2021
Editada: Matt J
el 1 de Abr. de 2021
You can keep the axes invisible until all surfaces have been added.
3 comentarios
Igor Arkhandeev
el 1 de Abr. de 2021
Editada: Igor Arkhandeev
el 1 de Abr. de 2021
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!