Why is the WATERFALL command so slow in MATLAB 7 (R14)?

3 views (last 30 days)
Using WATERFALL in MATLAB 7 (R14) takes much more time than in previous releases.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This behavior is due to the way in which WATERFALL uses the renderers.
To work around this, set the renderer to OPENGL:
figure(1)
set(gcf,'renderer','opengl');
waterfall(x,y,z)

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!