Why does surf print image to screen so much faster than contourf?
1 次查看(过去 30 天)
显示 更早的评论
Hello, I'm trying to plot a large data set using contourf, but it takes an extremely long time just to show up on my screen. I use surf and it prints to the screen very quickly, however it doesn't render as well. I was wondering why this might be>
0 个评论
回答(1 个)
Nicolas Schmit
2017-10-19
Probably because contourf() has to slice the dataset to calculate the coordinates of the contours plots, whereas surf() can directly plot the surface from the coordinates.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!