surface command is conecting the end points of a surface
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I can't figure out why surface is connecting the end points of the surface. I have attached an image so you can see what I mean. let me know if more information is needed I am specifying surf(x,y,z,'edgecolor','none').
3 Commenti
Vineeth Kartha
il 3 Mag 2016
Hi,
Please share the data that was used to generate the surface plot.
Regards
Vineeth
Mike Garrity
il 3 Mag 2016
Also, the version of MATLAB and the graphics card. You can get those with:
ver
opengl info
The old OpenGL renderer would encounter a bug that sounded a lot like that on a particular graphics card, but I'm afraid I've forgotten the details on that one. The newer OpenGL renderer that was introduced in R2014b doesn't hit that bug. So if you're on a newer version, it's not that one.
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!