Graphics Performance
Optimize code for improved performance
Use coding techniques to vectorize your code and manage objects efficiently. Set properties of specific objects such as lines and images to balance the rendering time with visual detail.
Functions
drawnow | Update figures and process callbacks |
rendererinfo | Graphics renderer information |
Topics
- Improve Graphics Performance
Improve the time it takes to update charts and display animations.
- Optimize Code for Getting and Setting Graphics Properties
Certain properties have dependencies on the value of other properties.
- Avoid Updating Static Data
If only a small portion of the data defining a graphics scene changes with each update of the screen, you can improve performance by updating only the data that changes.
- System Requirements for Graphics
All systems support most of the common MATLAB® graphics features.